字典管理添加缓存读取

This commit is contained in:
RuoYi
2020-06-04 17:36:58 +08:00
committed by 疯狂的狮子li
parent 1af08d7e3e
commit a8e39aaf2b
12 changed files with 225 additions and 77 deletions

View File

@@ -86,6 +86,11 @@ public class Constants
*/
public static final String SYS_CONFIG_KEY = "sys_config:";
/**
* 字典管理 cache key
*/
public static final String SYS_DICT_KEY = "sys_dict:";
/**
* 资源映射路径 前缀
*/