mirror of
https://gitee.com/huoyo/ko-time.git
synced 2025-12-06 16:58:26 +08:00
update docs
This commit is contained in:
parent
e9d8a0a436
commit
8623ec72bb
@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
<div align="center">
|
||||
<img src='https://shields.io/badge/version-2.2.3-green.svg'>
|
||||
<img src='https://shields.io/badge/version-2.2.5-green.svg'>
|
||||
<img src='https://shields.io/badge/author-Chang Zhang-dbab09.svg'>
|
||||
<img src='https://shields.io/badge/dependencies-Spring|aspectjweaver|tomcat|UIKit-r.svg'>
|
||||
<h4>A springboot tool for tracking the paths of methods,which can help you to find methods's performances easily.</h4>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
<img src='https://shields.io/badge/version-2.2.3-green.svg'>
|
||||
<img src='https://shields.io/badge/version-2.2.5-green.svg'>
|
||||
<img src='https://shields.io/badge/author-Chang Zhang-dbab09.svg'>
|
||||
<img src='https://shields.io/badge/dependencies-Spring|aspectjweaver|tomcat|UIKit-r.svg'>
|
||||
<h4>koTime是一个springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈</h4>
|
||||
@ -98,6 +98,9 @@
|
||||
|
||||
> V2.2.3:添加redis存储支持
|
||||
|
||||
> V2.2.5:添加ko-time.discard-rate配置,允许丢弃一部分数据提高性能;
|
||||
修复数据库查询超时的bug
|
||||
|
||||
## 特别说明
|
||||
|
||||
1.本项目使用java8开发,其他版本未曾试验,如有什么bug还请告知!
|
||||
|
||||
@ -7,7 +7,7 @@ add a dependency in pom.xml.
|
||||
<dependency>
|
||||
<groupId>cn.langpy</groupId>
|
||||
<artifactId>ko-time</artifactId>
|
||||
<version>2.2.5</version>
|
||||
<version>2.2.5-PRE</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<dependency>
|
||||
<groupId>cn.langpy</groupId>
|
||||
<artifactId>ko-time</artifactId>
|
||||
<version>2.2.5</version>
|
||||
<version>2.2.5-PRE</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user