| | |
| | | |
| | | |
| | | --- |
| | | spring: |
| | | datasource: |
| | | url: jdbc:mysql://127.0.0.1:3306/vehicle_inspection?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | password: 123456 |
| | | db-name: vehicle_inspection #用来搜集数据库的所有表 |
| | | filters: wall,mergeStat |
| | | |
| | | #线上环境 |
| | | #spring: |
| | | # datasource: |
| | | # url: jdbc:mysql://rm-m5e57gbu0gdv901ub.mysql.rds.aliyuncs.com:3306/vehicle_inspection?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai |
| | | # username: vehicleInspection |
| | | # password: SYzt1953123456 |
| | | # db-name: guns #用来搜集数据库的所有表 |
| | | # url: jdbc:mysql://127.0.0.1:3306/vehicle_inspection?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai |
| | | # username: root |
| | | # password: 123456 |
| | | # db-name: vehicle_inspection #用来搜集数据库的所有表 |
| | | # filters: wall,mergeStat |
| | | |
| | | #线上环境 |
| | | spring: |
| | | datasource: |
| | | url: jdbc:mysql://rm-m5e57gbu0gdv901ub.mysql.rds.aliyuncs.com:3306/vehicle_inspection?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: vehicleInspection |
| | | password: SYzt1953123456 |
| | | db-name: guns #用来搜集数据库的所有表 |
| | | filters: wall,mergeStat |
| | | |
| | | |
| | | #多数据源情况的配置 |
| | | guns: |