mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-07 00:57:08 +08:00
feat: 集成TLog,轻量级的分布式日志标记追踪神器
* 集成TLog,轻量级的分布式日志标记追踪神器
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -33,6 +33,7 @@
|
||||
<properties>
|
||||
<!-- 项目版本号 -->
|
||||
<revision>2.4.0-SNAPSHOT</revision>
|
||||
<tlog.version>1.5.1</tlog.version>
|
||||
</properties>
|
||||
|
||||
<!-- 全局依赖版本管理 -->
|
||||
@@ -72,6 +73,13 @@
|
||||
<artifactId>continew-admin-common</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!--轻量级的分布式日志标记追踪神器-->
|
||||
<dependency>
|
||||
<groupId>com.yomahub</groupId>
|
||||
<artifactId>tlog-web-spring-boot-starter</artifactId>
|
||||
<version>${tlog.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
Reference in New Issue
Block a user