update docs

This commit is contained in:
huoyo 2021-11-09 22:39:12 +08:00
parent 6ccf9927b8
commit d7f564981f
4 changed files with 12 additions and 3 deletions

9
.idea/markdown-doclet.xml generated Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ch.raffael.mddoclet.integrations.idea.MarkdownDocletIdea.ProjectConfiguration">
<option name="enabled" value="false" />
<option name="renderingOptions">
<RenderingOptions />
</option>
</component>
</project>

View File

@ -1,7 +1,7 @@
# koTime # koTime
> `V2.0.4` 1.方法可搜索,不局限于接口层; > `V2.0.5`

View File

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

View File

@ -8,7 +8,7 @@
<dependency> <dependency>
<groupId>cn.langpy</groupId> <groupId>cn.langpy</groupId>
<artifactId>ko-time</artifactId> <artifactId>ko-time</artifactId>
<version>2.0.4</version> <version>2.0.5</version>
</dependency> </dependency>
``` ```