update swagger 模板修改为 swagger-bootstrap-ui

This commit is contained in:
疯狂的狮子li
2021-03-15 17:51:00 +08:00
parent 04e1dc351e
commit 63a582404b
7 changed files with 18 additions and 63 deletions

View File

@ -43,10 +43,9 @@
<version>1.5.21</version>
</dependency>
<!-- swagger2-UI-->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<groupId>com.github.xiaoymin</groupId>
<artifactId>swagger-bootstrap-ui</artifactId>
</dependency>
<!-- Mysql驱动包 -->