Explorar o código

用户信息跨服务调用调优

sangwenwei hai 1 ano
pai
achega
70285264ff

+ 2 - 0
jeeplus-common/jeeplus-common-core/src/main/java/com/jeeplus/common/constant/CacheNames.java

@@ -45,5 +45,7 @@ public interface CacheNames {
 
     String USER_CACHE_LOGIN_CODE = "user:assess:cache:code:loginName"; //用户登录次数
 
+    String USER_CACHE_USER_ALL_INFO="user:cache:user:all:info";//所有的用户信息
+
 
 }