Update file content

This commit is contained in:
gitea 2025-07-09 11:21:53 +08:00
parent 6a6f6ed005
commit 9cf9cf3da1
1 changed files with 7 additions and 7 deletions

View File

@ -3,9 +3,9 @@
spring:
cloud:
nacos:
server-addr: 192.168.1.101:8848 # Nacos 服务器地址
server-addr: 1.95.80.190:9080 # Nacos 服务器地址
username: nacos # Nacos 账号
password: nacos # Nacos 密码
password: T7@pL9vQ # Nacos 密码
discovery: # 【配置中心】配置项
namespace: dev # 命名空间。这里使用 dev 开发环境
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
@ -56,9 +56,9 @@ spring:
primary: master
datasource:
master:
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 连接的示例
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: chinasoft@123
password: tpimcCf1
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 连接的示例
@ -67,10 +67,10 @@ spring:
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
redis:
host: 192.168.1.103 # 地址
port: 6379 # 端口
host: 192.168.0.31 # 地址
port: 9072 # 端口
database: 1 # 数据库索引
password: redis_r2GyW5 # 密码,建议生产环境开启
password: 5R@xY2fP # 密码,建议生产环境开启
--- #################### MQ 消息队列相关配置 ####################