소스 검색

update 删除无用前缀

疯狂的狮子Li 3 년 전
부모
커밋
8db5c27d81
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java

+ 2 - 2
ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java

@@ -65,12 +65,12 @@ public interface Constants {
     /**
      * 登录用户 redis key
      */
-    public static final String LOGIN_TOKEN_KEY = "Authorization:login:token:";
+    String LOGIN_TOKEN_KEY = "Authorization:login:token:";
 
     /**
      * 在线用户 redis key
      */
-    public static final String ONLINE_TOKEN_KEY = "online_tokens:";
+    String ONLINE_TOKEN_KEY = "online_tokens:";
 
     /**
      * 防重提交 redis key