feat:【framework 框架】兼容 knife4j 4.5.0 版本,升级 spring boot 到 3.4.8

This commit is contained in:
YunaiV
2025-08-20 21:10:59 +08:00
parent caa75004fb
commit fceaa7ae00
31 changed files with 191 additions and 36 deletions

View File

@@ -25,7 +25,7 @@
<!-- Web 相关 -->
<dependency>
<groupId>org.springdoc</groupId> <!-- 接口文档:使用最新版本的 Swagger 模型 -->
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<scope>provided</scope>
</dependency>