1.修改一下local和dev环境的redis地址和端口配置

This commit is contained in:
dk
2026-03-30 14:51:24 +08:00
parent fdd65711e9
commit db96a8efa1
2 changed files with 3 additions and 3 deletions

View File

@@ -58,11 +58,11 @@ spring:
master:
url: jdbc:mysql://192.168.1.22:13306/rdms_v3?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
username: root
password: 123456
password: njcnpqs
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
data:
redis:
host: 127.0.0.1 # 地址
host: 192.168.1.22 # 地址
port: 16379 # 端口
database: 1 # 数据库索引
# password: njcnpqs # 密码,建议生产环境开启