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

fix:修改数据库配置
This commit is contained in:
gitea 2025-07-09 19:48:40 +08:00
parent 86ce3c911c
commit bb5e643ced
1 changed files with 3 additions and 3 deletions

View File

@ -61,9 +61,9 @@ spring:
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: