albertshaw 8 years ago
parent
commit
ef9f47d044
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/core/shiro/cache/JedisShiroCache.java

+ 1 - 1
src/main/java/com/goafanti/core/shiro/cache/JedisShiroCache.java

@@ -15,7 +15,7 @@ public class JedisShiroCache<K, V> implements Cache<K, V> {
 	/**
 	 * 为了不和其他的缓存混淆,采用追加前缀方式以作区分
 	 */
-	private static final String REDIS_SHIRO_CACHE = "szrobot-jfgj-cache:";
+	private static final String REDIS_SHIRO_CACHE = "goafanti-cache:";
 	/**
 	 * Redis 分片(分区),也可以在配置文件中配置
 	 */