update docs

This commit is contained in:
huoyo 2022-09-22 11:37:56 +08:00
parent e9d8a0a436
commit 8623ec72bb
4 changed files with 7 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<div align="center"> <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/author-Chang Zhang-dbab09.svg'>
<img src='https://shields.io/badge/dependencies-Spring|aspectjweaver|tomcat|UIKit-r.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> <h4>A springboot tool for tracking the paths of methods,which can help you to find methods's performances easily.</h4>

View File

@ -4,7 +4,7 @@
</div> </div>
<div align="center"> <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/author-Chang Zhang-dbab09.svg'>
<img src='https://shields.io/badge/dependencies-Spring|aspectjweaver|tomcat|UIKit-r.svg'> <img src='https://shields.io/badge/dependencies-Spring|aspectjweaver|tomcat|UIKit-r.svg'>
<h4>koTime是一个springboot项目性能分析工具通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈</h4> <h4>koTime是一个springboot项目性能分析工具通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈</h4>
@ -98,6 +98,9 @@
> V2.2.3添加redis存储支持 > V2.2.3添加redis存储支持
> V2.2.5添加ko-time.discard-rate配置允许丢弃一部分数据提高性能
修复数据库查询超时的bug
## 特别说明 ## 特别说明
1.本项目使用java8开发其他版本未曾试验如有什么bug还请告知 1.本项目使用java8开发其他版本未曾试验如有什么bug还请告知

View File

@ -7,7 +7,7 @@ add a dependency in pom.xml.
<dependency> <dependency>
<groupId>cn.langpy</groupId> <groupId>cn.langpy</groupId>
<artifactId>ko-time</artifactId> <artifactId>ko-time</artifactId>
<version>2.2.5</version> <version>2.2.5-PRE</version>
</dependency> </dependency>
``` ```

View File

@ -7,7 +7,7 @@
<dependency> <dependency>
<groupId>cn.langpy</groupId> <groupId>cn.langpy</groupId>
<artifactId>ko-time</artifactId> <artifactId>ko-time</artifactId>
<version>2.2.5</version> <version>2.2.5-PRE</version>
</dependency> </dependency>
``` ```