mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update缓存监控
This commit is contained in:
@@ -44,6 +44,7 @@ public class CacheController {
|
||||
caches.add(new SysCache(CacheConstants.RATE_LIMIT_KEY, "限流处理"));
|
||||
caches.add(new SysCache(CacheConstants.PWD_ERR_CNT_KEY, "密码错误次数"));
|
||||
caches.add(new SysCache(CacheConstants.QUERY_STATION_BILLING_TEMPLATE_LIST, "站点计费模板"));
|
||||
caches.add(new SysCache(CacheConstants.ADAPAY_MEMBER_ACCOUNT, "汇付会员账户"));
|
||||
}
|
||||
|
||||
@PreAuthorize("@ss.hasPermi('monitor:cache:list')")
|
||||
|
||||
Reference in New Issue
Block a user