From b3ce98a544f76ff36b9a406c56e1df57d7c0e00e Mon Sep 17 00:00:00 2001
From: huoyo <1729913829@qq.com>
Date: Sat, 24 Dec 2022 11:59:17 +0800
Subject: [PATCH] update docs
---
README.md | 28 ++++++++++++++--------------
pom.xml | 6 +++---
src/main/resources/kotime-en.html | 8 ++++----
src/main/resources/kotime.html | 8 ++++----
4 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/README.md b/README.md
index 799521e..b2ac573 100644
--- a/README.md
+++ b/README.md
@@ -15,26 +15,26 @@
A lightweight springboot tool for tracing call graph ,which can help you find method's performances easily.
-- [x] Tracking the Java methods and calculating their execution times
-- [x] Show the paths of methods
-- [x] Find exceptions occurred in methods
-- [x] Email you after finding an overtime method
-- [x] Hot update online:you needn't restart it
-- [x] Easy to use:you needn't additional learning costs
-- [x] Enough to add a pom dependency:you needn't additional deployment costs
+- ✅ Tracking the Java methods and calculating their execution times
+- ✅ Show the paths of methods
+- ✅ Find exceptions occurred in methods
+- ✅ Email you after finding an overtime method
+- ✅ Hot update online:you needn't restart it
+- ✅ Easy to use:you needn't additional learning costs
+- ✅ Enough to add a pom dependency:you needn't additional deployment costs
---
koTime是一个轻量级的springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈
-- [x] 实时监听方法,统计运行时长
-- [x] web展示方法调用链路,瓶颈可视化追踪
-- [x] 追踪系统异常,精确定位到方法
-- [x] 接口超时邮件通知,无需实时查看
-- [x] 线上热更新:无需重启更新代码
-- [x] 使用简单,无技术学习成本
-- [x] pom依赖即可,无代码侵入,无多余部署成本
+- ✅ 实时监听方法,统计运行时长
+- ✅ web展示方法调用链路,瓶颈可视化追踪
+- ✅ 追踪系统异常,精确定位到方法
+- ✅ 接口超时邮件通知,无需实时查看
+- ✅ 线上热更新:无需重启更新代码
+- ✅ 使用简单,无技术学习成本
+- ✅ pom依赖即可,无代码侵入,无多余部署成本
diff --git a/pom.xml b/pom.xml
index 868dd6b..8dec80c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,9 +25,9 @@
1.9.9.1
9.0.43
- 5.3.23
- 5.3.23
- 5.3.18
+ 6.0.0
+ 6.0.0
+ 6.0.0
2.7.4
2.6.2
2.7.3
diff --git a/src/main/resources/kotime-en.html b/src/main/resources/kotime-en.html
index 854258b..9144a29 100644
--- a/src/main/resources/kotime-en.html
+++ b/src/main/resources/kotime-en.html
@@ -250,7 +250,7 @@
function loadLatestVersion(){
/*get the latest version so that you can update kotime immediately*/
$.ajax({
- url: 'http://www.kotime.cn/common/latestVersion',
+ url: 'http://www.kotime.cn/common/latestVersion?version=2.3.7',
type: 'GET',
cache: false,
dataType: "json",
@@ -691,9 +691,9 @@
+ Technical support
+ KoTime Pro
+ Local plugin
diff --git a/src/main/resources/kotime.html b/src/main/resources/kotime.html
index 30a2071..10039ae 100644
--- a/src/main/resources/kotime.html
+++ b/src/main/resources/kotime.html
@@ -417,7 +417,7 @@
function loadLatestVersion(){
$.ajax({
- url: 'http://www.kotime.cn/common/latestVersion',
+ url: 'http://www.kotime.cn/common/latestVersion?version=2.3.7',
type: 'GET',
cache: false,
dataType: "json",
@@ -682,9 +682,9 @@