修复swagger接口文档正常显示

pull/8125/head
EightMonth 2025-04-25 18:08:45 +08:00
parent f78eabfc66
commit 309c76d268
2 changed files with 12 additions and 1 deletions

View File

@ -278,10 +278,21 @@
</dependency>
<!-- knife4j -->
<dependency>
<!--<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
<version>${knife4j-spring-boot-starter.version}</version>
</dependency>-->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-openapi3-ui</artifactId>
<version>${knife4j-spring-boot-starter.version}</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.7.0</version>
</dependency>
<!-- 代码生成器 -->