参数管理支持缓存操作

This commit is contained in:
RuoYi
2020-06-04 17:20:04 +08:00
committed by 疯狂的狮子li
parent 104394380e
commit 1af08d7e3e
10 changed files with 133 additions and 49 deletions

View File

@@ -71,26 +71,6 @@ public class Constants
*/
public static final String IS_ASC = "isAsc";
/**
* 参数管理 cache name
*/
public static final String SYS_CONFIG_CACHE = "sys-config";
/**
* 参数管理 cache key
*/
public static final String SYS_CONFIG_KEY = "sys_config:";
/**
* 字典管理 cache name
*/
public static final String SYS_DICT_CACHE = "sys-dict";
/**
* 字典管理 cache key
*/
public static final String SYS_DICT_KEY = "sys_dict:";
/**
* 验证码 redis key
*/
@@ -101,6 +81,11 @@ public class Constants
*/
public static final Integer CAPTCHA_EXPIRATION = 2;
/**
* 参数管理 cache key
*/
public static final String SYS_CONFIG_KEY = "sys_config:";
/**
* 资源映射路径 前缀
*/