|
|
@@ -64,8 +64,8 @@ spring:
|
|
64
|
64
|
name: depot-grain-inspection
|
|
65
|
65
|
# 数据库配置
|
|
66
|
66
|
datasource:
|
|
67
|
|
- driver-class-name: com.mysql.cj.jdbc.Driver
|
|
68
|
|
- url: mysql://101.36.160.140:21029/depot_shanxi?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
|
|
|
67
|
+ driver-class-name: com.mysql.jdbc.Driver
|
|
|
68
|
+ url: jdbc:mysql://101.36.160.140:21029/depot_shanxi?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
|
|
69
|
69
|
username: root
|
|
70
|
70
|
password: 1qaz@WSX
|
|
71
|
71
|
# 缓存配置 host: redis-depot
|