数据库与redis链接问题

This commit is contained in:
BertrandC 2025-03-20 18:13:26 +08:00
parent 68951a2b7b
commit 15f2eb9a0c

View File

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