|
|
@@ -39,12 +39,12 @@ spring:
|
|
|
druid:
|
|
|
# 主库数据源
|
|
|
master:
|
|
|
- url: jdbc:mysql://172.27.0.6:3306/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
+ url: jdbc:mysql://172.27.0.6:3306/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
|
|
username: root
|
|
|
password: Sxdtcbm@#+!2025
|
|
|
# 从库数据源
|
|
|
slave:
|
|
|
- url: jdbc:mysql://172.27.0.6:3306/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
+ url: jdbc:mysql://172.27.0.6:3306/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
|
|
username: root
|
|
|
password: Sxdtcbm@#+!2025
|
|
|
# 初始连接数
|
|
|
@@ -92,7 +92,7 @@ spring:
|
|
|
druid:
|
|
|
# 主库数据源
|
|
|
master:
|
|
|
- url: jdbc:mysql://172.27.0.6:3306/fs_his_sop?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
+ url: jdbc:mysql://172.27.0.6:3306/fs_his_sop?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
|
|
username: root
|
|
|
password: Sxdtcbm@#+!2025
|
|
|
# 初始连接数
|
|
|
@@ -219,3 +219,16 @@ im:
|
|
|
isNewWxMerchant: false
|
|
|
|
|
|
enableRedPackAccount: 0
|
|
|
+
|
|
|
+
|
|
|
+wechat:
|
|
|
+ company:
|
|
|
+ appid: wxf
|
|
|
+ secret: 01edaa0c0596f
|
|
|
+ redirectUri: http://company.xintaihl.cn/prod-api/callback
|
|
|
+ isNeedScan: false
|
|
|
+ admin:
|
|
|
+ appid: wxd7c
|
|
|
+ secret: 70d3ed4f8eb
|
|
|
+ redirectUri: http://admin.xintaihl.cn/prod-api/callback
|
|
|
+ isNeedScan: false
|