疯狂的狮子li
2021-07-27 6e75e88d710b2ef8cd7404ca31a79960cfdca890
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:";
}