新增缓存监控功能,查看缓存内存,清理缓存等

This commit is contained in:
thinkgem
2018-07-22 14:16:29 +08:00
parent e651f23210
commit b643b97603
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
UPDATE ${_prefix}sys_menu SET permission='sys:stste:cache' WHERE permission='sys:stste:ehcache';
UPDATE ${_prefix}sys_menu SET menu_href='/state/cache/index' WHERE menu_href='/state/ehcache';
UPDATE ${_prefix}sys_menu SET menu_href='/state/server/index' WHERE menu_href='/state/server';
commit;