update docs

This commit is contained in:
huoyo 2022-12-24 11:59:17 +08:00
parent d794896b46
commit b3ce98a544
4 changed files with 25 additions and 25 deletions

View File

@ -15,26 +15,26 @@
<h4>A lightweight springboot tool for tracing call graph ,which can help you find method's performances easily.</h4> <h4>A lightweight springboot tool for tracing call graph ,which can help you find method's performances easily.</h4>
- [x] Tracking the Java methods and calculating their execution times - Tracking the Java methods and calculating their execution times
- [x] Show the paths of methods - Show the paths of methods
- [x] Find exceptions occurred in methods - Find exceptions occurred in methods
- [x] Email you after finding an overtime method - Email you after finding an overtime method
- [x] Hot update online:you needn't restart it - Hot update online:you needn't restart it
- [x] Easy to use:you needn't additional learning costs - Easy to use:you needn't additional learning costs
- [x] Enough to add a pom dependency:you needn't additional deployment costs - Enough to add a pom dependency:you needn't additional deployment costs
--- ---
<h4>koTime是一个轻量级的springboot项目性能分析工具通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈</h4> <h4>koTime是一个轻量级的springboot项目性能分析工具通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈</h4>
- [x] 实时监听方法,统计运行时长 - 实时监听方法,统计运行时长
- [x] web展示方法调用链路瓶颈可视化追踪 - web展示方法调用链路瓶颈可视化追踪
- [x] 追踪系统异常,精确定位到方法 - 追踪系统异常,精确定位到方法
- [x] 接口超时邮件通知,无需实时查看 - 接口超时邮件通知,无需实时查看
- [x] 线上热更新:无需重启更新代码 - 线上热更新:无需重启更新代码
- [x] 使用简单,无技术学习成本 - 使用简单,无技术学习成本
- [x] pom依赖即可无代码侵入无多余部署成本 - pom依赖即可无代码侵入无多余部署成本

View File

@ -25,9 +25,9 @@
<properties> <properties>
<aspecttj.version>1.9.9.1</aspecttj.version> <aspecttj.version>1.9.9.1</aspecttj.version>
<tomcat.version>9.0.43</tomcat.version> <tomcat.version>9.0.43</tomcat.version>
<spring-context.version>5.3.23</spring-context.version> <spring-context.version>6.0.0</spring-context.version>
<spring-web.version>5.3.23</spring-web.version> <spring-web.version>6.0.0</spring-web.version>
<spring-webmvc.version>5.3.18</spring-webmvc.version> <spring-webmvc.version>6.0.0</spring-webmvc.version>
<spring-boot.version>2.7.4</spring-boot.version> <spring-boot.version>2.7.4</spring-boot.version>
<spring-redis.version>2.6.2</spring-redis.version> <spring-redis.version>2.6.2</spring-redis.version>
<spring-mail.version>2.7.3</spring-mail.version> <spring-mail.version>2.7.3</spring-mail.version>

View File

@ -250,7 +250,7 @@
function loadLatestVersion(){ function loadLatestVersion(){
/*get the latest version so that you can update kotime immediately*/ /*get the latest version so that you can update kotime immediately*/
$.ajax({ $.ajax({
url: 'http://www.kotime.cn/common/latestVersion', url: 'http://www.kotime.cn/common/latestVersion?version=2.3.7',
type: 'GET', type: 'GET',
cache: false, cache: false,
dataType: "json", dataType: "json",
@ -691,9 +691,9 @@
<br> <br>
<div class="uk-alert-success" uk-alert> <div class="uk-alert-success" uk-alert>
<a class="uk-alert-close" uk-close></a> <a class="uk-alert-close" uk-close></a>
<a href="http://www.kotime.cn/#doc?version=v2.3.2">Technical support</a><br> <a href="http://www.kotime.cn/#doc?version=v2.3.7">Technical support</a><br>
<a href="http://www.kotime.cn/#products?version=v2.3.2">KoTime Pro</a><br> <a href="http://www.kotime.cn/#products?version=v2.3.7">KoTime Pro</a><br>
<a href="http://www.kotime.cn/person?version=v2.3.2">Local plugin</a></div> <a href="http://www.kotime.cn/person?version=v2.3.7">Local plugin</a></div>
</li> </li>
</ul> </ul>

View File

@ -417,7 +417,7 @@
function loadLatestVersion(){ function loadLatestVersion(){
$.ajax({ $.ajax({
url: 'http://www.kotime.cn/common/latestVersion', url: 'http://www.kotime.cn/common/latestVersion?version=2.3.7',
type: 'GET', type: 'GET',
cache: false, cache: false,
dataType: "json", dataType: "json",
@ -682,9 +682,9 @@
<br> <br>
<div class="uk-alert-success" uk-alert> <div class="uk-alert-success" uk-alert>
<a class="uk-alert-close" uk-close></a> <a class="uk-alert-close" uk-close></a>
<a href="http://www.kotime.cn/#doc?version=v2.3.2">技术支持</a><br> <a href="http://www.kotime.cn/#doc?version=v2.3.7">技术支持</a><br>
<a href="http://www.kotime.cn/#products?version=v2.3.2">升级专业版</a><br> <a href="http://www.kotime.cn/#products?version=v2.3.7">升级专业版</a><br>
<a href="http://www.kotime.cn/person?version=v2.3.2">本地化插件</a> <a href="http://www.kotime.cn/person?version=v2.3.7">本地化插件</a>
</div> </div>
</li> </li>
</ul> </ul>