@@ -49,11 +49,11 @@ spring:
# redis 配置
redis:
# 地址
- host: 192.168.1.222
+ host: 172.18.19.227
# 端口,默认为6379
port: 6379
# 数据库索引
- database: 0
+ database: 1
# 密码
password: zhongzheng2021_redis
# 连接超时时间