新增:作业提交项目提交;mdc日志追踪提效组件提交

This commit is contained in:
yangyang01000846
2025-11-12 13:41:29 +08:00
parent a1a329f6e3
commit 9eef32d9ea
39 changed files with 1939 additions and 9 deletions

View File

@@ -45,6 +45,15 @@
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<!-- Spring Boot 3.x 适配Jakarta EE Servlet API仅编译期依赖 -->
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>5.0.0</version> <!-- 与 Spring Boot 3.x 兼容,对应 Servlet 5.0 规范 -->
<scope>provided</scope> <!-- 关键:运行时由 web 模块的容器(如 Tomcat提供实现 -->
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>