update docs

This commit is contained in:
huoyo 2022-09-01 23:21:33 +08:00
parent 798c96955d
commit 5ab3e085a3
3 changed files with 2 additions and 4 deletions

2
NOTICE
View File

@ -7,6 +7,4 @@ This product contains UIkit developed by YOOtheme.
This product uses Spring and its some extended products. This product uses Spring and its some extended products.
This product uses Java JWT(com.auth0:java-jwt:4.0.0-beta.0).
This product includes software developed at The Apache Software Foundation (http://www.apache.org/). This product includes software developed at The Apache Software Foundation (http://www.apache.org/).

View File

@ -6,7 +6,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.3-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|Java JWT|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 the methods,which can help you to find methods's performances easily.</h4> <h4>A springboot tool for tracking the paths of the methods,which can help you to find methods's performances easily.</h4>
<ul> <ul>
<li>Tracking the Java methods and calculating their execution times</li> <li>Tracking the Java methods and calculating their execution times</li>

View File

@ -6,7 +6,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.3-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|Java JWT|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>
<ul> <ul>
<li>实时监听方法,统计运行时长</li> <li>实时监听方法,统计运行时长</li>