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

@@ -46,12 +46,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>
<!-- RPC 远程调用相关 -->