| | |
| | | server: |
| | | port: 8019 |
| | | port: 8068 |
| | | |
| | | guns: |
| | | swagger-open: false #是否开启swagger (true/false) |
| | |
| | | |
| | | spring: |
| | | datasource: |
| | | # url: jdbc:mysql://192.168.110.64:3306/ok_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8 |
| | | # username: root |
| | | # password: root |
| | | url: jdbc:mysql://121.31.232.206:3306/ok_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://192.168.110.80:3306/qyt_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: Xiwang2024! |
| | | password: 123456 |
| | | # url: jdbc:mysql://121.31.232.206:3306/ok_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8 |
| | | # username: root |
| | | # password: Xiwang2024! |
| | | db-name: super_save_driving #用来搜集数据库的所有表 |
| | | filters: wall,mergeStat |
| | | data: |
| | | mongodb: |
| | | uri: mongodb://121.31.232.206:27017/test |
| | | # uri: mongodb://121.31.232.206:27017/test |
| | | uri: mongodb://192.168.110.80:27017/test |
| | | |
| | | |
| | | #多数据源情况的配置 |