springdoc

This commit is contained in:
RuoYi
2024-06-27 23:39:00 +08:00
parent 0a6ff25875
commit c65919c600
8 changed files with 269 additions and 381 deletions

View File

@@ -30,6 +30,12 @@
<optional>true</optional> <!-- 表示依赖不会传递 -->
</dependency>
<!-- spring-doc -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<!-- Mysql驱动包 -->
<dependency>
<groupId>com.mysql</groupId>