refactor(web): 拆分 web 模块

This commit is contained in:
liquor
2025-05-20 14:58:38 +00:00
committed by Charles7c
parent adaf475835
commit 9c6182e028
34 changed files with 123 additions and 49 deletions

View File

@@ -13,10 +13,16 @@
<description>ContiNew Starter 链路追踪模块</description>
<dependencies>
<!-- Web 模块 -->
<!-- Servlet API -->
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<!-- 核心模块 -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-web</artifactId>
<artifactId>continew-starter-core</artifactId>
</dependency>
<!-- TLog轻量级的分布式日志标记追踪神器 -->