springboot2.2.2集成swagger生成api接口文档
springboot版本为2.2.2.RELEASE,jdk为1.8,swagger为2.6.1
1、修改pom文件,添加swagger依赖
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.6.1<
原创
2020-08-28 11:35:59 ·
1177 阅读 ·
0 评论