储存在Redis中的Token增加文件夹前缀

https://github.com/jeecgboot/jeecg-boot/issues/4650
pull/4654/head
徐晓伟 2023-03-07 16:24:30 +08:00
parent 5aca8260dc
commit 8a94c40e0e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public interface CommonConstant {
/** 登录用户Shiro权限缓存KEY前缀 */
public static String PREFIX_USER_SHIRO_CACHE = "shiro:cache:org.jeecg.config.shiro.ShiroRealm.authorizationCache:";
/** 登录用户Token令牌缓存KEY前缀 */
String PREFIX_USER_TOKEN = "prefix_user_token_";
String PREFIX_USER_TOKEN = "prefix_user_token:";
// /** Token缓存时间3600秒即一小时 */
// int TOKEN_EXPIRE_TIME = 3600;