ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -7,8 +7,7 @@ * * @author ruoyi */ public class Constants { public class Constants { /** * UTF-8 字符集 */ @@ -133,10 +132,5 @@ * 字典管理 cache key */ public static final String SYS_DICT_KEY = "sys_dict:"; /** * RMI 远程方法调用 */ public static final String LOOKUP_RMI = "rmi://"; }