diff --git a/pom.xml b/pom.xml
index d8bd51a..d61b9ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,20 +6,20 @@
com.irrigation
common-lib
- 1.2.4
+ 2.0.0
UTF-8
1.8
- 1.5.10.RELEASE
+ 2.0.5.RELEASE
2.7.0
1.16.20
1.11
20.0
1.7.24
1.2.49
- 4.3.14.RELEASE
- 4.2.4.RELEASE
+ 5.0.9.RELEASE
+ 5.0.9.RELEASE
2.6.11
diff --git a/src/main/java/com/irrigation/icl/cache/LayeringCacheAutoFactory.java b/src/main/java/com/irrigation/icl/cache/LayeringCacheAutoFactory.java
index e8dcbb1..e49c26f 100644
--- a/src/main/java/com/irrigation/icl/cache/LayeringCacheAutoFactory.java
+++ b/src/main/java/com/irrigation/icl/cache/LayeringCacheAutoFactory.java
@@ -9,6 +9,8 @@ import org.springframework.cache.CacheManager;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Conditional;
import org.springframework.context.annotation.Configuration;
+import org.springframework.data.redis.cache.RedisCacheConfiguration;
+import org.springframework.data.redis.cache.RedisCacheWriter;
import org.springframework.data.redis.connection.Message;
import org.springframework.data.redis.connection.MessageListener;
import org.springframework.data.redis.connection.RedisConnectionFactory;
@@ -17,6 +19,8 @@ import org.springframework.data.redis.listener.PatternTopic;
import org.springframework.data.redis.listener.RedisMessageListenerContainer;
import org.springframework.data.redis.listener.adapter.MessageListenerAdapter;
+import java.time.Duration;
+
/**
* @Author: boni
* @Date: 2018/8/24-下午2:37
@@ -29,11 +33,19 @@ public class LayeringCacheAutoFactory {
@Bean
public LayeringCacheManager cacheManager(RedisTemplate