- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://springfox.github.io/springfox/
- 官方下载: https://github.com/springfox/springfox/archive/master.zip
软件介绍
Springfox的前身是swagger-springmvc,是一个开源的API doc框架,可以将我们的Controller的方法以文档的形式展现。
pom依赖:
<!--springfox依赖--> <dependency> <groupId>com.mangofactory</groupId> <artifactId>swagger-springmvc</artifactId> <version>1.0.2</version> </dependency> <!--jackson依赖--> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.4.2</version> </dependency> <!--静态页面依赖的webjar--> <dependency> <groupId>org.webjars.bower</groupId> <artifactId>swagger-ui</artifactId> <version>2.1.8-M1</version> </dependency
Web 2.0 Architectures
Duane Nickull、Dion Hinchcliffe、James Governor / O'Reilly / 2009 / USD 34.99
The "Web 2.0" phenomena has become more pervasive than ever before. It is impacting the very fabric of our society and presents opportunities for those with knowledge. The individuals who understand t......一起来看看 《Web 2.0 Architectures》 这本书的介绍吧!
