升级swagger到最新版本v3.0.0

This commit is contained in:
RuoYi
2021-06-08 20:03:37 +08:00
parent 819ad04e3e
commit 8722e184d6
7 changed files with 71 additions and 38 deletions

View File

@@ -16,19 +16,19 @@
</description>
<dependencies>
<!-- SpringBoot Web -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- Swagger -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>${swagger.fox.version}</version>
</dependency>
</dependencies>
</project>