加入swaggerui 用于描述编写restful api接口

This commit is contained in:
zhouxiunai
2018-10-30 13:29:24 +08:00
parent 497b7c3282
commit 0ec2362eab
2 changed files with 59 additions and 0 deletions
+19
View File
@@ -66,6 +66,25 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>swagger-bootstrap-ui</artifactId>
<version>1.8.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>