Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
郑杰 committed Dec 29, 2018
1 parent ebb12cd commit 76b6ebe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@
- 菜单管理 已实现动态路由,后端可配置化
- 系统日志 记录用户访问监控异常信息
- 实时控制台 显示logback实时日志
- 系统缓存管理 将redis的操作可视化,提供对redis的基本操作
- Sql监控 采用 druid 监控数据库访问性能
- redis管理 将redis的操作可视化,提供对redis的基本操作
- redis限流 对系统的流量进行控制,由[https://github.com/everhopingandwaiting](everhopingandwaiting)提供
- SQL监控 采用 druid 监控数据库访问性能
- 三方工具: 邮件工具,sm.ms免费图床
- 富文本编辑器

#### 后端技术栈

Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 76b6ebe

Please sign in to comment.