疯狂的狮子li
2021-06-17 a8c1d02ee14a3aa01dc02f496a9e4a61b6abdf99
ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -2,7 +2,7 @@
/**
 * 通用常量信息
 *
 *
 * @author ruoyi
 */
public class Constants
@@ -126,4 +126,14 @@
     * 资源映射路径 前缀
     */
    public static final String RESOURCE_PREFIX = "/profile";
   /**
    * RMI 远程方法调用
    */
   public static final String LOOKUP_RMI = "rmi://";
   /**
    * 资源映射路径 前缀
    */
   public static final String REDIS_LOCK_KEY = "redis_lock:";
}