字典管理添加缓存读取

This commit is contained in:
RuoYi
2020-06-04 17:36:58 +08:00
parent d5dd5b6b7a
commit b0af4a1c04
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:";
/**
* 资源映射路径 前缀
*/