Spring Boot 2 整合Swagger简单入门

Swagger是一款RESTFUL接口的文档在线自动生成+功能测试功能软件。 1、pom.xml添加配置 可以到http://mvnrepository.com上搜索springfox,便可以看到Springfox Swagger2和Springfox Swagger Ui的版本。 <dependency> <groupId>io.springfox</groupId>
相关文章
相关标签/搜索