|
@@ -22,7 +22,7 @@ spring:
|
|
22
|
# 数据库配置
|
22
|
# 数据库配置
|
|
23
|
datasource:
|
23
|
datasource:
|
|
24
|
driver-class-name: com.mysql.jdbc.Driver
|
24
|
driver-class-name: com.mysql.jdbc.Driver
|
|
25
|
- url: jdbc:mysql://192.168.123.38:3306/depot?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
|
|
|
|
25
|
+ url: jdbc:mysql://192.168.123.38:3306/depot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
|
|
26
|
username: root
|
26
|
username: root
|
|
27
|
password: 123456
|
27
|
password: 123456
|
|
28
|
# 缓存配置 host: redis-depot
|
28
|
# 缓存配置 host: redis-depot
|