Skip to content

Commit

Permalink
变更
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan31 committed Jun 20, 2023
1 parent 6dc9754 commit e4e936b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/10.文档/040.安装TLog/010.全量依赖.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TLog对springboot和spring native提供了2种不同的依赖,此种方式只
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-all-spring-boot-starter</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
```

Expand All @@ -21,6 +21,6 @@ TLog对springboot和spring native提供了2种不同的依赖,此种方式只
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-all</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
```
2 changes: 1 addition & 1 deletion docs/10.文档/040.安装TLog/020.按需依赖.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /pages/9bca79/
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-XXX-spring-boot-starter</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TLog从v1.4.0开始,增加了logstash socket层面与logback的适配,使得
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-logstash-logback</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ postList: none
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-all-spring-boot-starter</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
```

Expand Down

0 comments on commit e4e936b

Please sign in to comment.