首页>代码>spring boot+mvc+mybatis+druid+jsp+bootstrap实现后台权限管理系统源码>/demo-boot/src/main/java/com/xe/demo/common/Constant.java
package com.xe.demo.common; /** * 常量类 * @author CZH */ public class Constant { /**验证码*/ public static final String VERIFY_CODE = "VERIFY_CODE"; /**登录失败次数*/ public static final String LOGIN_ERROR_TIMES = "LOGIN_ERROR_TIMES"; /**缓存的KEY*/ public static final String CACHE_KEY = "CACHE_KEY"; /**session过期时间(秒)*/ public static final int SESSION_EXPIRE_SECONDS = 180; /**缓存权限信息*/ public static final String SESSION_OPERATIONS = "SESSION_OPERATIONS"; /**用户登录信息*/ public static final String SESSION_IDENTITY_KEY = "SESSION_IDENTITY_KEY"; /**匿名群组*/ public static final String ROLE_ANONYMOUS = "anonymous"; /**上次请求地址*/ public static final String PRE_REQUEST_PATH = "PRE_REQUEST_PATH"; /**上次请求时间*/ public static final String PRE_REQUEST_TIME = "PRE_REQUEST_TIME"; /**非法请求次数*/ public static final String MAL_REQUEST_TIMES = "MAL_REQUEST_TIMES"; }

Brilion LV6
2023年2月24日
levmar LV12
2023年1月12日
cqbscxh LV11
2022年9月19日
yang315 LV13
2022年8月29日
ninininini LV2
2022年8月29日
帝海哥 LV2
2022年8月29日
Marsman233 LV2
2022年8月29日
大哥上代码了 LV4
2022年8月20日
一杯美式 LV5
2022年6月17日
Sunsi12345 LV8
2022年5月19日

zxcvbnm1027 LV1
2024年12月9日
15578157792 LV7
2024年11月28日
bluerstar LV1
2024年10月23日
ma406805131 LV19
2024年6月2日
shuangfu LV25
2024年5月7日
zhaoming200677 LV13
2024年5月3日
1941549176 LV4
2024年4月29日
13521878735 LV3
2024年3月26日
yangyang567 LV1
2024年3月8日
做自己的太阳 LV11
2024年2月1日