【pom】删除默认redis依赖

【sql】更新两个菜单的路径
pull/65/head
fengshuonan 4 years ago
parent 761190ec61
commit ae1ab28473

@ -127,11 +127,6 @@
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!--数据库驱动,可根据自己需要自行删减-->
<dependency>
<groupId>mysql</groupId>

@ -0,0 +1,2 @@
UPDATE `sys_menu` SET `menu_parent_id` = 1339550467939639325, `menu_pids` = '[-1],[1339550467939639325],', `menu_name` = 'Tomcat信息', `menu_code` = 'monitor_tomcat', `app_code` = 'system', `visible` = 'Y', `menu_sort` = 70.40, `status_flag` = 1, `remark` = NULL, `layui_path` = '/view/monitor/tomcatInfo', `layui_icon` = '', `antdv_router` = 'tomcat', `antdv_icon` = 'pushpin', `antdv_component` = NULL, `antdv_link_open_type` = NULL, `antdv_link_url` = NULL, `del_flag` = 'N', `create_time` = '2020-12-29 19:51:14', `create_user` = NULL, `update_time` = '2021-01-21 22:15:13', `update_user` = 1339550467939639299 WHERE `menu_id` = 1339550467939639329;
UPDATE `sys_menu` SET `menu_parent_id` = 1339550467939639325, `menu_pids` = '[-1],[1339550467939639325],', `menu_name` = 'JVM信息', `menu_code` = 'monitor_jvm', `app_code` = 'system', `visible` = 'Y', `menu_sort` = 70.60, `status_flag` = 1, `remark` = NULL, `layui_path` = '/view/monitor/jvmInfo', `layui_icon` = '', `antdv_router` = 'jvm', `antdv_icon` = 'rocket', `antdv_component` = NULL, `antdv_link_open_type` = NULL, `antdv_link_url` = NULL, `del_flag` = 'N', `create_time` = '2020-12-29 19:51:14', `create_user` = NULL, `update_time` = '2021-01-21 22:15:23', `update_user` = 1339550467939639299 WHERE `menu_id` = 1339550467939639331;
Loading…
Cancel
Save