ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -1,14 +1,12 @@ package com.ruoyi.common.constant; import io.jsonwebtoken.Claims; /** * 通用常量信息 * * @author ruoyi */ public class Constants { public class Constants { /** * UTF-8 字符集 */ @@ -107,7 +105,7 @@ /** * 用户名称 */ public static final String JWT_USERNAME = Claims.SUBJECT; public static final String JWT_USERNAME = "sub"; /** * 用户头像 @@ -133,10 +131,5 @@ * 字典管理 cache key */ public static final String SYS_DICT_KEY = "sys_dict:"; /** * RMI 远程方法调用 */ public static final String LOOKUP_RMI = "rmi://"; }