fix:test配置文件修改

dev_1.0.2
jiangpeng 2026-08-05 17:22:56 +08:00
parent 2d5cffb78e
commit 87a3901694
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://121.199.168.157:3306/unis_pms?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true
url: jdbc:mysql://192.168.124.202:3307/oms_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true
username: root
password: unis@db
password: Unis@123
# 从库数据源
slave:
# 从数据源开关/默认关闭