(improvement)(project) Fixed the issue of Swagger UI not working. (#1133)

This commit is contained in:
lexluo09
2024-06-11 23:13:40 +08:00
committed by GitHub
parent 57ee55b7da
commit 33eecc0cb1
7 changed files with 141 additions and 32 deletions

View File

@@ -70,12 +70,7 @@
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>