mirror of
https://github.com/continew-org/continew-starter.git
synced 2026-01-03 10:58:38 +08:00
chore: 优化部分代码格式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user