update docs

This commit is contained in:
huoyo 2022-10-11 17:36:27 +08:00
parent a96d30829c
commit 14eba706c4
4 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<div align="center">
<img src='https://shields.io/badge/version-2.2.9-green.svg'>
<img src='https://shields.io/badge/version-2.3.0-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>

View File

@ -4,7 +4,7 @@
</div>
<div align="center">
<img src='https://shields.io/badge/version-2.2.9-green.svg'>
<img src='https://shields.io/badge/version-2.3.0-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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -252,7 +252,7 @@ public class KoTimeController {
}
if (!StringUtils.hasText(className)) {
map.put("state", 0);
map.put("message", "类名不能为空");
map.put("message", "类名不能为空");
return map;
}
className = className.trim();