更新 yudao-module-infra/yudao-module-infra-biz/src/main/resources/application-dev.yaml

fix:修改数据库配置
This commit is contained in:
gitea 2025-07-09 20:01:06 +08:00
parent bb5e643ced
commit b83b5a6bc5
1 changed files with 6 additions and 6 deletions

View File

@ -56,14 +56,14 @@ spring:
primary: master
datasource:
master:
url: jdbc:mysql://192.168.0.152:9081/yd-yunxing?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
username: xmuser
password: tpimcCf1
url: jdbc:mysql://192.168.0.173:9081/yd-yunxing?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
username: root
password: s8K@d3M1
slave: # 模拟从库,可根据自己需要修改 # 模拟从库,可根据自己需要修改
lazy: true # 开启懒加载,保证启动速度
url: jdbc:mysql://192.168.1.101:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
username: xmuser
password: chinasoft@123
url: jdbc:mysql://192.168.0.173:9081/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
username: root
password: s8K@d3M1
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
redis: