疯狂的狮子li
2021-06-04 00d024ff86ad5bb754961a988032e0a68020c167
ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -2,7 +2,7 @@
/**
 * 通用常量信息
 *
 *
 * @author ruoyi
 */
public class Constants
@@ -126,4 +126,9 @@
     * 资源映射路径 前缀
     */
    public static final String RESOURCE_PREFIX = "/profile";
   /**
    * 资源映射路径 前缀
    */
   public static final String REDIS_LOCK_KEY = "redis_lock:";
}