update swagger升级3.0.2

This commit is contained in:
疯狂的狮子li
2021-05-15 14:25:48 +08:00
parent 9d94d0fce9
commit ee064fa84c
6 changed files with 33 additions and 191 deletions

View File

@ -131,6 +131,16 @@
<artifactId>spring-boot-admin-starter-client</artifactId>
</dependency>
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
</dependency>
</dependencies>
</project>