shiro登录、拦截测试成功

This commit is contained in:
fjy8018@qq.com
2018-07-06 15:14:36 +08:00
parent f612e68cfc
commit 14bdaf5989
12 changed files with 150 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
package top.fjy8018.shiro.constant;
/**
* 存储全局变量
*/
public class GlobalConstant {
public static final String USER_SESSION_KEY = "USER_SESSION";
}