RuoYi
2021-10-09 c20c2c221fd4af5266dd1286abca9ab13f01ddd5
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/CacheConstants.java
@@ -8,12 +8,7 @@
public class CacheConstants
{
    /**
     * oauth 缓存前缀
     * 权限缓存前缀
     */
    public static final String OAUTH_ACCESS = "oauth:access:";
    /**
     * oauth 客户端信息
     */
    public static final String CLIENT_DETAILS_KEY = "oauth:client:details";
    public final static String LOGIN_TOKEN_KEY = "login_tokens:";
}