package top.fjy8018.shiro.constant; /** * 存储全局变量 */ public class GlobalConstant { public static final String USER_SESSION_KEY = "USER_SESSION"; }