RuoYi
2021-08-06 22663e1b4332e1f6dfebebc62094019263b28076
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:";
}