diff --git a/src/main/conf/prod/config.properties b/src/main/conf/prod/config.properties
index 214dac2a..205b53de 100644
--- a/src/main/conf/prod/config.properties
+++ b/src/main/conf/prod/config.properties
@@ -60,6 +60,16 @@ shiro.redis.port = 6379
############################# shiro redis end ###########################################
+############################# cache redis end ###########################################
+#cachekit redis别名
+cache.redis.name = cache
+#shiro的redis ip
+cache.redis.ip = 192.168.243.128
+#shiro的redis port
+cache.redis.port = 6379
+
+############################# cache redis start #######################################
+
############################# config start ###########################################
#静态资源地址(static/image等推荐放入nginx)
diff --git a/src/main/conf/prod/spring/applicationContext.xml b/src/main/conf/prod/spring/applicationContext.xml
index 05c6f025..fa99262e 100644
--- a/src/main/conf/prod/spring/applicationContext.xml
+++ b/src/main/conf/prod/spring/applicationContext.xml
@@ -93,6 +93,11 @@
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file