|
|
@@ -33,7 +33,7 @@ spring:
|
|
33
|
33
|
name: depot-intelligent
|
|
34
|
34
|
# 数据库配置
|
|
35
|
35
|
datasource:
|
|
36
|
|
- driver-class-name: com.mysql.jdbc.Driver
|
|
|
36
|
+ driver-class-name: com.mysql.cj.jdbc.Driver
|
|
37
|
37
|
url: jdbc:mysql://101.36.160.140:10311/depot-yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
|
|
38
|
38
|
username: root
|
|
39
|
39
|
password: 123456
|
|
|
@@ -92,7 +92,7 @@ spring:
|
|
92
|
92
|
name: depot-intelligent
|
|
93
|
93
|
# 数据库配置
|
|
94
|
94
|
datasource:
|
|
95
|
|
- driver-class-name: com.mysql.jdbc.Driver
|
|
|
95
|
+ driver-class-name: com.mysql.cj.jdbc.Driver
|
|
96
|
96
|
url: jdbc:mysql://121.37.6.72:3306/depot-neimeng?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
|
|
97
|
97
|
username: root
|
|
98
|
98
|
password: Huawei1234%^&*
|
|
|
@@ -104,11 +104,11 @@ spring:
|
|
104
|
104
|
host: 121.37.6.72
|
|
105
|
105
|
port: 6379
|
|
106
|
106
|
password: 123456
|
|
107
|
|
- timeout: 3000
|
|
|
107
|
+ timeout: 3000ms
|
|
108
|
108
|
jedis:
|
|
109
|
109
|
pool:
|
|
110
|
110
|
max-active: 8
|
|
111
|
|
- max-wait: -1
|
|
|
111
|
+ max-wait: -1ms
|
|
112
|
112
|
max-idle: 8
|
|
113
|
113
|
min-idle: 0
|
|
114
|
114
|
# 静态资源配置
|