现在我是使用springboot部署项目,我要统一管理所有开发人员的api,使用swagger-ui怎么能实现?
http://www.jianshu.com/p/8033ef83a8ed
spring boot + swagger2
由Spring Boot实现的微服务需要有比较好的工具去测试RESTful API,很多REST Client是不支持自动化测试RESTful API,也不支持自动生成API文档.
之前习惯用一款名字为 WisdomTool REST Client,支持自动化测试RESTful API,输出精美的测试报告,并且自动生成精美的RESTful API文档。
轻量级的工具,功能却很精悍哦!
https://github.com/wisdomtool/rest-client
Most of REST Client tools do not support automated testing.
Once used a tool called WisdomTool REST Client supports automated testing, output exquisite report, and automatically generating RESTful API document.
Lightweight tool with very powerful features!
https://github.com/wisdomtool/rest-client
springboot+spring cloud alibaba+swagger-ui+jenkins/drone自动部署+k8s集群部署,这套教程比较适合初学者