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

@@ -22,17 +22,15 @@
<artifactId>continew-starter-core</artifactId>
</dependency>
<!--NextDoc4j (现代化 API 文档 UI 工具 全面替代 Swagger UI) -->
<!-- NextDoc4j (现代化 API 文档 UI 工具全面替代 Swagger UI) -->
<dependency>
<groupId>top.nextdoc4j</groupId>
<artifactId>nextdoc4j-springboot3-starter</artifactId>
</dependency>
<!--nextdoc4j - 枚举插件-->
<!-- NextDoc4j - 枚举插件 -->
<dependency>
<groupId>top.nextdoc4j</groupId>
<artifactId>nextdoc4j-plugin-enums</artifactId>
</dependency>
</dependencies>
</project>