|
@@ -83,7 +83,7 @@ spring:
|
|
|
druid:
|
|
druid:
|
|
|
# 主库数据源
|
|
# 主库数据源
|
|
|
master:
|
|
master:
|
|
|
- url: jdbc:mysql://db.iamsee.com:3306/railway_prod?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=Asia/Shanghai
|
|
|
|
|
|
|
+ url: jdbc:mysql://db.iamsee.com:3306/railway_prod?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
username: railway
|
|
username: railway
|
|
|
password: '$jgkj001'
|
|
password: '$jgkj001'
|
|
|
# 从库数据源
|
|
# 从库数据源
|
|
@@ -132,6 +132,8 @@ spring:
|
|
|
wall:
|
|
wall:
|
|
|
config:
|
|
config:
|
|
|
multi-statement-allow: true
|
|
multi-statement-allow: true
|
|
|
|
|
+ jackson:
|
|
|
|
|
+ time-zone: GMT+8
|
|
|
|
|
|
|
|
# token配置
|
|
# token配置
|
|
|
token:
|
|
token:
|