mirror of
https://gitee.com/huoyo/ko-time.git
synced 2025-12-06 08:48:30 +08:00
update docs
This commit is contained in:
parent
a96d30829c
commit
14eba706c4
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
BIN
docs/kotime.gif
BIN
docs/kotime.gif
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 1.6 MiB |
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user