Browse Source

feat:鸿森堂-从库

caoliqin 2 months ago
parent
commit
5c9bf015be
1 changed files with 3 additions and 3 deletions
  1. 3 3
      fs-service/src/main/resources/application-druid-hst.yml

+ 3 - 3
fs-service/src/main/resources/application-druid-hst.yml

@@ -37,9 +37,9 @@ spring:
         slave:
           # 从数据源开关/默认关闭
           enabled: false
-          url:
-          username:
-          password:
+          url: jdbc:mysql://172.16.0.56:3306/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+          username: root
+          password: ylrz17452131..!@YY
         # 初始连接数
         initialSize: 5
         # 最小连接池数量