master
Wang Hao 2024-05-20 21:48:08 +08:00
parent e8f92c052a
commit 45bc665485
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ public class CacheController {
private final static List<SysCache> caches = new ArrayList<SysCache>();
@Autowired
private RedisTemplate<String, String> redisTemplate;
{
caches.add(new SysCache(CacheConstants.LOGIN_TOKEN_KEY, "用户信息"));
caches.add(new SysCache(CacheConstants.SYS_CONFIG_KEY, "配置信息"));