(二)swagger-springmvc

如何入门

1. 我在 http://mvnrepository.com/ 上搜索 swagger-springmvc

2. 我找到一个具体版本 http://mvnrepository.com/artifact/com.mangofactory/swagger-springmvc/1.0.2

3. 我找到了官方网址

4. 点进链接我找到了源码和官网

http://springfox.github.io/springfox/

找到了Springfox Reference Documentation 

5. 了解了springfox 是源自 swagger-springmvc

Springfox has evolved from a project originally created by Marty Pitt and was named swagger-springmvc.

6. 又找到了原始项目文档

a guide

available here 

7. 打开尽情汲取知识吧

原文地址:https://www.cnblogs.com/zno2/p/5553797.html