使用SpringDoc代替Swagger

This commit is contained in:
RuoYi
2024-08-30 11:26:57 +08:00
parent 8984ecba86
commit 3b499b1344
27 changed files with 322 additions and 774 deletions

View File

@@ -40,14 +40,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- Swagger UI -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>${swagger.fox.version}</version>
</dependency>
<!-- Mysql Connector -->
<dependency>
<groupId>com.mysql</groupId>