@@ -62,13 +62,13 @@ spring:
# redis 配置
redis:
# 地址
- host: 127.0.0.1
+ host: 192.168.0.146
# 端口,默认为6379
port: 6379
# 数据库索引
- database: 5
+ database: 6
# 密码
- password:
+ password: 123456
# 连接超时时间
timeout: 20s
lettuce: