Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gonglihai authored May 22, 2020
1 parent 04e5890 commit c34c3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#WatchDogDemo
# WatchDogDemo
监控某些服务超时(卡死)时报警
AOP方法超时判断
进入方法前插入狗集合插入本次调用的狗,新起一个线程,线程休眠@WatchDog注解的value超时时间(默认5000毫秒,5秒),
Expand All @@ -9,4 +9,4 @@ AOP方法超时判断

## 流程图

![Image text](src/main/resources/static/img/watchdog.png)
![Image text](src/main/resources/static/img/watchdog.png)

0 comments on commit c34c3b9

Please sign in to comment.