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

This commit is contained in:
YunaiV
2025-08-20 20:56:25 +08:00
parent 236d953692
commit e91fc70f87
7 changed files with 165 additions and 11 deletions

View File

@@ -39,12 +39,12 @@
</dependency>
<dependency>
<groupId>com.github.xingfudeshi</groupId>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<dependency>