fix: update redis config

main
wangqing 9 months ago
parent e7778f9ce8
commit 0334c84e17

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

@ -12,8 +12,7 @@ spring:
max-request-size: 200MB
redis:
# 地址, 多个地址使用‘,’逗号分割
hosts: ${spring.redis.host}
port: ${spring.redis.port}
hosts: ${spring.redis.host}:${spring.redis.port}
password: ${spring.redis.password}
j2cache:
openSpringCache: true

Loading…
Cancel
Save