@@ -44,11 +44,10 @@ spring:
password: Ylrztek250218!3@.
# 从库数据源
slave:
- # 从数据源开关/默认关闭
- enabled: false
- url:
- username:
- password:
+ master:
+ url: jdbc:mysql://192.168.0.7:3306/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
+ username: root
+ password: Ylrztek250218!3@.
# 初始连接数
initialSize: 5
# 最小连接池数量