dashboard
repositories
filestore
activity
search
login
富永鑫
/
sgd
forked from
sgd
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增是否开启用户注册功能
RuoYi
2021-07-30
329aa68644f88520f2fe92197e5f5acd5dea198e
[~fuyongxin/sgd.git]
/
ruoyi-common
/
ruoyi-common-core
/
src
/
main
/
java
/
com
/
ruoyi
/
common
/
core
/
constant
/
CacheConstants.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.common.core.constant;
/**
* 缓存的key 常量
*
* @author ruoyi
*/
public class CacheConstants
{
/**
* 权限缓存前缀
*/
public final static String LOGIN_TOKEN_KEY = "login_tokens:";
}