feat(web): 新增链路跟踪自动配置

基于 TLog(轻量级的分布式日志标记追踪神器),并适配 Spring Boot 3.x
This commit is contained in:
2024-02-01 21:49:16 +08:00
parent eabedd861b
commit 8fc19ab9b8
16 changed files with 457 additions and 14 deletions

View File

@@ -45,6 +45,12 @@
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!-- TLog轻量级的分布式日志标记追踪神器 -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-web-spring-boot-starter</artifactId>
</dependency>
<!-- API 文档模块 -->
<dependency>
<groupId>top.charles7c.continew</groupId>