数据库与redis链接问题

This commit is contained in:
BertrandC 2025-03-20 17:55:40 +08:00
parent e09779eb13
commit 68951a2b7b

View File

@ -47,11 +47,11 @@ spring:
# redis 配置
redis:
# 地址
host: 192.168.1.23 #
host: 10.56.3.39 #
# 端口默认为6379
port: 22002 #
port: 6379 #
# 数据库索引
database: 1
database: 2
# 密码
password:
# 连接超时时间