|
@@ -13,7 +13,7 @@
|
|
|
# limitations under the License.
|
|
# limitations under the License.
|
|
|
#
|
|
#
|
|
|
#
|
|
#
|
|
|
-redisson-config=classpath:spring/redisson.yaml
|
|
|
|
|
|
|
+redisson-config=classpath:${profile}/redisson.yaml
|
|
|
#
|
|
#
|
|
|
# Cache Expiry settings
|
|
# Cache Expiry settings
|
|
|
# 'hibernate' is second cache prefix
|
|
# 'hibernate' is second cache prefix
|
|
@@ -21,6 +21,6 @@ redisson-config=classpath:spring/redisson.yaml
|
|
|
#
|
|
#
|
|
|
# default = 120 seconds (2 minutes) (see RedisCacheUtil.DEFAULT_EXPIRY_IN_SECONDS)
|
|
# default = 120 seconds (2 minutes) (see RedisCacheUtil.DEFAULT_EXPIRY_IN_SECONDS)
|
|
|
#
|
|
#
|
|
|
-redis.expiryInSeconds.default=360
|
|
|
|
|
|
|
+redis.expiryInSeconds.default=120
|
|
|
redis.expiryInSeconds.hibernate.common=0
|
|
redis.expiryInSeconds.hibernate.common=0
|
|
|
-redis.expiryInSeconds.hibernate.account=1200
|
|
|
|
|
|
|
+redis.expiryInSeconds.hibernate.com.uas.platform.b2c.model.User=10
|