update docs

This commit is contained in:
huoyo 2022-09-01 00:01:49 +08:00
parent 24e2257be2
commit 99e7a02867
5 changed files with 9 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<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/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>
@ -83,6 +83,8 @@ After clicking a inteface method,you can find paths of the method
> V2.2.2Support the viewer to use English
> V2.2.3Support using redis to store data
## Copyright
> 1.This project belongs to Chang Zhang,and Its open source protocol is Apache-2.0

View File

@ -4,7 +4,7 @@
</div>
<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/dependencies-Spring|Java JWT|aspectjweaver|tomcat|UIKit-r.svg'>
<h4>koTime是一个springboot项目性能分析工具通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈</h4>
@ -86,6 +86,8 @@
> V2.2.2:添加英文支持
> V2.2.3添加redis存储支持
## 特别说明
1.本项目使用java8开发其他版本未曾试验如有什么bug还请告知

View File

@ -1,6 +1,6 @@
![logo](v200/kotime.png)
<small>v2.2.2@Huoyo</small>
<small>v2.2.3@Huoyo</small>
> KoTime是一个springboot方法调用链路追踪和运行时长统计工具

View File

@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<title>KoTime-springboot调用链路可视化追踪工具</title>
<title>KoTime-springboot方法调用链路可视化追踪工具</title>
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-126K368TJ1"></script>
</head>

View File

@ -38,7 +38,7 @@ v2.2.0开始支持数据库存储接口信息功能,可在内存和数据库
3.其他
项目默认使用Springboot的StringRedisTemplate对象无需其他操作
到此配置结束,需要说明的是项目默认使用Springboot的StringRedisTemplate对象无需其他操作
如果对其不满意可以自定Bean如
```java