|
@@ -43,7 +43,7 @@ spring:
|
|
|
master:
|
|
|
url: jdbc:mysql://10.206.0.12:3306/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
username: root
|
|
|
- password: @@SOuS98
|
|
|
+ password: '@@SOuS98'
|
|
|
# 从库数据源
|
|
|
slave:
|
|
|
# 从数据源开关/默认关闭
|
|
@@ -98,7 +98,7 @@ spring:
|
|
|
master:
|
|
|
url: jdbc:mysql://10.206.0.12:3306/sop?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
username: root
|
|
|
- password: @@SOuS98
|
|
|
+ password: '@@SOuS98'
|
|
|
# 初始连接数
|
|
|
initialSize: 5
|
|
|
# 最小连接池数量
|