This commit is contained in:
2024-11-21 19:40:41 +08:00
parent 67f2a4f302
commit b0efd05062
11 changed files with 512 additions and 7 deletions
+11 -1
View File
@@ -86,7 +86,17 @@
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.2.0</version>
</dependency>
<!--Knife4J:增强Swagger API文档-->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
<version>4.4.0</version>
</dependency>