参数管理支持缓存操作

This commit is contained in:
RuoYi
2020-03-18 12:28:36 +08:00
parent 567ab47ae9
commit 06751acbf9
11 changed files with 318 additions and 11 deletions

View File

@ -57,6 +57,16 @@ 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:";
/**
* 资源映射路径 前缀
*/