|
|
|
@ -7,10 +7,11 @@ spring:
|
|
|
|
|
uri: http://116.62.145.60:12000
|
|
|
|
|
# uri: http://127.0.0.1:12000
|
|
|
|
|
|
|
|
|
|
redis:
|
|
|
|
|
lettuce:
|
|
|
|
|
# 地址, 多个地址使用‘,’逗号分割
|
|
|
|
|
hosts: ${spring.redis.host}:${spring.redis.port}
|
|
|
|
|
password: ${spring.redis.password}
|
|
|
|
|
timeout: 180000
|
|
|
|
|
|
|
|
|
|
j2cache:
|
|
|
|
|
openSpringCache: true
|
|
|
|
@ -26,7 +27,7 @@ j2cache:
|
|
|
|
|
L2:
|
|
|
|
|
#使用springRedis替换二级缓存
|
|
|
|
|
provider_class: net.oschina.j2cache.cache.support.redis.SpringRedisProvider
|
|
|
|
|
config_section: redis
|
|
|
|
|
config_section: lettuce
|
|
|
|
|
#使用springRedis进行广播通知缓失效
|
|
|
|
|
broadcast: net.oschina.j2cache.cache.support.redis.SpringRedisPubSubPolicy
|
|
|
|
|
|
|
|
|
|