|
@@ -4,12 +4,12 @@ spring:
|
|
|
include: config-druid-shdn,common
|
|
include: config-druid-shdn,common
|
|
|
# redis 配置
|
|
# redis 配置
|
|
|
redis:
|
|
redis:
|
|
|
- host: 10.206.0.10
|
|
|
|
|
- port: 6579
|
|
|
|
|
|
|
+ host: 172.17.0.10
|
|
|
|
|
+ port: 6379
|
|
|
# 数据库索引
|
|
# 数据库索引
|
|
|
database: 0
|
|
database: 0
|
|
|
# 密码
|
|
# 密码
|
|
|
- password:
|
|
|
|
|
|
|
+ password: !@#123QWe
|
|
|
# 连接超时时间
|
|
# 连接超时时间
|
|
|
timeout: 30s
|
|
timeout: 30s
|
|
|
lettuce:
|
|
lettuce:
|
|
@@ -39,7 +39,7 @@ spring:
|
|
|
druid:
|
|
druid:
|
|
|
# 主库数据源
|
|
# 主库数据源
|
|
|
master:
|
|
master:
|
|
|
- url: jdbc:mysql://172.17.0.12:65535/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
|
|
|
|
|
|
+ url: jdbc:mysql://172.17.0.12:3306/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
|
|
username: root
|
|
username: root
|
|
|
password: QWEqwe123!@#
|
|
password: QWEqwe123!@#
|
|
|
# 从库数据源
|
|
# 从库数据源
|
|
@@ -94,7 +94,7 @@ spring:
|
|
|
druid:
|
|
druid:
|
|
|
# 主库数据源
|
|
# 主库数据源
|
|
|
master:
|
|
master:
|
|
|
- url: jdbc:mysql://172.17.0.12:65535/fs_his_sop?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
|
|
|
|
|
|
+ url: jdbc:mysql://172.17.0.12:3306/fs_his_sop?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
|
|
|
username: root
|
|
username: root
|
|
|
password: QWEqwe123!@#
|
|
password: QWEqwe123!@#
|
|
|
# 初始连接数
|
|
# 初始连接数
|