diff --git a/README-EN.md b/README-EN.md index c4eed2d..c572d0b 100644 --- a/README-EN.md +++ b/README-EN.md @@ -4,7 +4,7 @@
- +

A springboot tool for tracking the paths of the methods,which can help you to find methods's performances easily.

@@ -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.3:Support using redis to store data + ## Copyright > 1.This project belongs to Chang Zhang,and Its open source protocol is Apache-2.0; diff --git a/README.md b/README.md index e513f21..c32a50c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
- +

koTime是一个springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈

@@ -86,6 +86,8 @@ > V2.2.2:添加英文支持 +> V2.2.3:添加redis存储支持 + ## 特别说明 1.本项目使用java8开发,其他版本未曾试验,如有什么bug还请告知! diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 7301fef..9109bd0 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![logo](v200/kotime.png) -v2.2.2@Huoyo +v2.2.3@Huoyo > KoTime是一个springboot方法调用链路追踪和运行时长统计工具 diff --git a/docs/index.html b/docs/index.html index e3f74e3..316bbd8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,7 @@ - KoTime-springboot调用链路可视化追踪工具 + KoTime-springboot方法调用链路可视化追踪工具 diff --git a/docs/v220/more.md b/docs/v220/more.md index 3858d63..d87a3cf 100644 --- a/docs/v220/more.md +++ b/docs/v220/more.md @@ -38,7 +38,7 @@ v2.2.0开始支持数据库存储接口信息功能,可在内存和数据库 3.其他 -项目默认使用Springboot的StringRedisTemplate对象,无需其他操作 +到此配置结束,需要说明的是项目默认使用Springboot的StringRedisTemplate对象,无需其他操作 如果对其不满意,可以自定Bean如: ```java