first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package com.starry.common.constant;
|
||||
|
||||
/**
|
||||
* @author 缓存常量
|
||||
* @since 2022/8/26
|
||||
*/
|
||||
public class CacheConstants {
|
||||
|
||||
/**
|
||||
* 字典管理 cache key
|
||||
*/
|
||||
public static final String SYS_DICT_KEY = "sys_dict:";
|
||||
|
||||
/**
|
||||
* 登录用户 redis key
|
||||
*/
|
||||
public static final String LOGIN_TOKEN_KEY = "login_tokens:";
|
||||
|
||||
/**
|
||||
* 验证码 redis key
|
||||
*/
|
||||
public static final String CAPTCHA_CODE_KEY = "captcha_codes:";
|
||||
}
|
||||
Reference in New Issue
Block a user