shiro登录、拦截测试成功
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package top.fjy8018.shiro.constant;
|
||||
|
||||
/**
|
||||
* 存储全局变量
|
||||
*/
|
||||
public class GlobalConstant {
|
||||
public static final String USER_SESSION_KEY = "USER_SESSION";
|
||||
}
|
||||
Reference in New Issue
Block a user