feat: 集成TLog,轻量级的分布式日志标记追踪神器

* 集成TLog,轻量级的分布式日志标记追踪神器
This commit is contained in:
jasmine
2024-01-30 13:40:49 +00:00
committed by Charles7c
parent d5716d661f
commit e4180fb976
9 changed files with 283 additions and 5 deletions

View File

@@ -107,5 +107,11 @@
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-starter-json-jackson</artifactId>
</dependency>
<!--轻量级的分布式日志标记追踪神器-->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-web-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>