集成swagger

This commit is contained in:
季圣华
2020-10-31 20:38:34 +08:00
parent 47fbbf4087
commit 197213e97e
3 changed files with 58 additions and 2 deletions

11
pom.xml
View File

@@ -87,6 +87,17 @@
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.0.7.1</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>2.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>swagger-bootstrap-ui</artifactId>
<version>1.6</version>
</dependency>
</dependencies>
<build>