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

@@ -63,7 +63,7 @@ spring:
data:
redis:
host: 127.0.0.1 # 地址
port: 16379 # 端口
port: 6379 # 端口
database: 1 # 数据库索引
# password: njcnpqs # 密码,建议生产环境开启