| | |
| | | public static final String GBK = "GBK";
|
| | |
|
| | | /**
|
| | | * http请求
|
| | | */
|
| | | public static final String HTTP = "http://";
|
| | |
|
| | | /**
|
| | | * https请求
|
| | | */
|
| | | public static final String HTTPS = "https://";
|
| | |
|
| | | /**
|
| | | * 通用成功标识
|
| | | */
|
| | | public static final String SUCCESS = "0";
|
| | |
| | | public static final String JWT_AUTHORITIES = "authorities";
|
| | |
|
| | | /**
|
| | | * 参数管理 cache key
|
| | | */
|
| | | public static final String SYS_CONFIG_KEY = "sys_config:";
|
| | |
|
| | | /**
|
| | | * 字典管理 cache key
|
| | | */
|
| | | public static final String SYS_DICT_KEY = "sys_dict:";
|
| | |
|
| | | /**
|
| | | * 资源映射路径 前缀
|
| | | */
|
| | | public static final String RESOURCE_PREFIX = "/profile";
|