发布 v2.3.2

This commit is contained in:
疯狂的狮子li
2021-06-11 10:00:05 +08:00
parent 801f7cd8f7
commit 3e5b850e25
57 changed files with 459 additions and 1124 deletions

View File

@@ -2,7 +2,7 @@ package com.ruoyi.common.constant;
/**
* 通用常量信息
*
*
* @author ruoyi
*/
public class Constants
@@ -126,4 +126,9 @@ public class Constants
* 资源映射路径 前缀
*/
public static final String RESOURCE_PREFIX = "/profile";
/**
* 资源映射路径 前缀
*/
public static final String REDIS_LOCK_KEY = "redis_lock:";
}