使用Swagger2构建API文档依赖
时间:2019-11-05 15:05:23
收藏:0
阅读:76
<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>
原文:https://www.cnblogs.com/xinghaonan/p/11798249.html
评论(0)