fix: update redis config

main
wangqing 9 months ago
parent 9e08a435e0
commit e7778f9ce8

@ -10,6 +10,8 @@ spring:
redis:
# 地址, 多个地址使用‘,’逗号分割
hosts: ${spring.redis.host}
port: ${spring.redis.port}
password: ${spring.redis.password}
j2cache:
openSpringCache: true

@ -13,7 +13,8 @@ spring:
redis:
# 地址, 多个地址使用‘,’逗号分割
hosts: ${spring.redis.host}
port: ${spring.redis.port}
password: ${spring.redis.password}
j2cache:
openSpringCache: true
# 缓存中不存在时,运行缓存空对象

Loading…
Cancel
Save