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
24e2257be2
commit
99e7a02867
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src='https://shields.io/badge/version-2.2.2-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|Java JWT|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>
|
||||||
@ -83,6 +83,8 @@ After clicking a inteface method,you can find paths of the method
|
|||||||
|
|
||||||
> V2.2.2:Support the viewer to use English
|
> V2.2.2:Support the viewer to use English
|
||||||
|
|
||||||
|
> V2.2.3:Support using redis to store data
|
||||||
|
|
||||||
## Copyright
|
## Copyright
|
||||||
|
|
||||||
> 1.This project belongs to Chang Zhang,and Its open source protocol is Apache-2.0;
|
> 1.This project belongs to Chang Zhang,and Its open source protocol is Apache-2.0;
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src='https://shields.io/badge/version-2.2.2-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|Java JWT|aspectjweaver|tomcat|UIKit-r.svg'>
|
||||||
<h4>koTime是一个springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈</h4>
|
<h4>koTime是一个springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈</h4>
|
||||||
@ -86,6 +86,8 @@
|
|||||||
|
|
||||||
> V2.2.2:添加英文支持
|
> V2.2.2:添加英文支持
|
||||||
|
|
||||||
|
> V2.2.3:添加redis存储支持
|
||||||
|
|
||||||
## 特别说明
|
## 特别说明
|
||||||
|
|
||||||
1.本项目使用java8开发,其他版本未曾试验,如有什么bug还请告知!
|
1.本项目使用java8开发,其他版本未曾试验,如有什么bug还请告知!
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||

|

|
||||||
|
|
||||||
<small>v2.2.2@Huoyo</small>
|
<small>v2.2.3@Huoyo</small>
|
||||||
|
|
||||||
> KoTime是一个springboot方法调用链路追踪和运行时长统计工具
|
> KoTime是一个springboot方法调用链路追踪和运行时长统计工具
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>KoTime-springboot调用链路可视化追踪工具</title>
|
<title>KoTime-springboot方法调用链路可视化追踪工具</title>
|
||||||
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
|
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-126K368TJ1"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-126K368TJ1"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@ -38,7 +38,7 @@ v2.2.0开始支持数据库存储接口信息功能,可在内存和数据库
|
|||||||
|
|
||||||
3.其他
|
3.其他
|
||||||
|
|
||||||
项目默认使用Springboot的StringRedisTemplate对象,无需其他操作
|
到此配置结束,需要说明的是项目默认使用Springboot的StringRedisTemplate对象,无需其他操作
|
||||||
如果对其不满意,可以自定Bean如:
|
如果对其不满意,可以自定Bean如:
|
||||||
|
|
||||||
```java
|
```java
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user