update README.md

pull/111/head
郑杰 2018-12-29 09:43:08 +08:00
parent ebb12cd029
commit 76b6ebebc5
2 changed files with 6 additions and 3 deletions

View File

@ -25,8 +25,11 @@
- 菜单管理 已实现动态路由,后端可配置化
- 系统日志 记录用户访问监控异常信息
- 实时控制台 显示logback实时日志
- 系统缓存管理 将redis的操作可视化提供对redis的基本操作
- Sql监控 采用 druid 监控数据库访问性能
- redis管理 将redis的操作可视化提供对redis的基本操作
- redis限流 对系统的流量进行控制,由[https://github.com/everhopingandwaiting](everhopingandwaiting)提供
- SQL监控 采用 druid 监控数据库访问性能
- 三方工具: 邮件工具sm.ms免费图床
- 富文本编辑器
#### 后端技术栈

View File

@ -1,4 +1,4 @@
package me.zhengjie.tools.rest;
package me.zhengjie.monitor.rest;
import me.zhengjie.common.aop.limit.Limit;
import org.springframework.security.access.prepost.PreAuthorize;