|
|
@@ -9,7 +9,7 @@ spring:
|
|
|
# 数据库索引
|
|
|
database: 0
|
|
|
# 密码
|
|
|
- password: Ylzx_zxcvbnm
|
|
|
+ password: Ylrz_zxcvbnm
|
|
|
# 连接超时时间
|
|
|
timeout: 30s
|
|
|
lettuce:
|
|
|
@@ -41,14 +41,14 @@ spring:
|
|
|
master:
|
|
|
url: jdbc:mysql://192.168.0.193:3306/his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
|
|
username: root
|
|
|
- password: Ylzx_zxcvbnm
|
|
|
+ password: Ylrz_zxcvbnm
|
|
|
# 从库数据源
|
|
|
slave:
|
|
|
# 从数据源开关/默认关闭
|
|
|
enabled: true
|
|
|
url: jdbc:mysql://192.168.0.176:3306/his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
|
|
username: root
|
|
|
- password: Ylzx_zxcvbnm
|
|
|
+ password: Ylrz_zxcvbnm
|
|
|
# 初始连接数
|
|
|
initialSize: 5
|
|
|
# 最小连接池数量
|
|
|
@@ -96,7 +96,7 @@ spring:
|
|
|
master:
|
|
|
url: jdbc:mysql://192.168.0.193:3306/his_sop?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
|
|
username: root
|
|
|
- password: Ylzx_zxcvbnm
|
|
|
+ password: Ylrz_zxcvbnm
|
|
|
# 初始连接数
|
|
|
initialSize: 5
|
|
|
# 最小连接池数量
|