chore: 优化部分代码格式

This commit is contained in:
2025-12-28 21:11:15 +08:00
parent 776acc6e5c
commit 485b473292
7 changed files with 24 additions and 24 deletions

View File

@@ -63,7 +63,7 @@
<!-- API Documentation Versions -->
<nextdoc4j.version>1.1.5</nextdoc4j.version>
<swagger-annotations.version>2.2.36</swagger-annotations.version>
<swagger.version>2.2.38</swagger.version>
<!-- Tracing and Logging Versions -->
<tlog.version>1.5.2</tlog.version>
@@ -317,7 +317,7 @@
<version>${crane4j.version}</version>
</dependency>
<!--NextDoc4j (现代化 API 文档 UI 工具 全面替代 Swagger UI) -->
<!-- NextDoc4j (现代化 API 文档 UI 工具全面替代 Swagger UI) -->
<dependency>
<groupId>top.nextdoc4j</groupId>
<artifactId>nextdoc4j-bom</artifactId>
@@ -325,6 +325,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Swagger 注解 -->
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
<version>${swagger.version}</version>
</dependency>
<!-- TLog轻量级的分布式日志标记追踪神器 -->
<dependency>
@@ -421,13 +427,6 @@
<version>${commons-compress.version}</version>
</dependency>
<!-- Swagger 注解 -->
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
<version>${swagger-annotations.version}</version>
</dependency>
<!-- ContiNew Starter 依赖 -->
<dependency>
<groupId>top.continew.starter</groupId>