Springfox 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
Springfox 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
Springfox 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 Apache
开发语言 Java 查看源码 »
操作系统 跨平台
软件类型 开源软件
开源组织
地区 不详
适用人群 未知
收录时间 2016-03-10

软件简介

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
展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击引领话题📣
发表于AI & 大数据专区
2020/07/16 07:20

SpringFox 3.0.0 发布,开源的 API doc 框架

SpringFox 3.0.0 发布了,SpringFox 的前身是 swagger-springmvc,是一个开源的 API doc 框架,可以将 Controller 的方法以文档的形式展现。 更新亮点包括: Spring 5,Webflux 支持(仅请求映射支持,尚不支持功能端点) Spring Integration 支持 Spring Boot 支持 springfox-boot-starter 依赖性(零配置,自动配置支持) 具有自动完成功能的文档化配置属性 更好的规范兼容性 支持 OpenApi 3.0.3 几乎零依赖性(唯一需要的库是...

12
21
2018/06/24 18:38

SpringFox 2.9.2 发布,开源的 API doc 框架

SpringFox 2.9.2 发布了,SpringFox 的前身是 swagger-springmvc,是一个开源的 API doc 框架,可以将 Controller 的方法以文档的形式展现。 更新内容如下: Pull requests and contributions (#2492) Added missing backtick @TwinProduction (#2465) X-Forwarded-Prefix should replace basePath in newer spring versions @rainoko (#2464) Remove replaceAll with trim @ctruzzi (#2434) Add csrf token support @olOwOlo (...

0
19
2018/05/07 16:00

Springfox 2.9.0 发布,开源的 API doc 框架

Springfox 2.9.0 已发布,这是支持 jdk 6 和 spring 4.x 的最后一个版本。3.0 版本发布后,将最低要求 jdk 8 。 Springfox 的前身是 swagger-springmvc,是一个开源的 API doc 框架,可以将我们的Controller的方法以文档的形式展现。 该版本包含大量改进和修复,部分如下: (#2361) Make Documentation Plugins Bootstrapper autostart configurable feature (#2293) Added Vendor Extensions Support to Tag object feature h...

5
15
2018/01/15 10:27

Springfox 2.8.0 发布,开源的 API doc 框架

Springfox 2.8.0 发布了,Springfox 的前身是 swagger-springmvc,是一个开源的 API doc 框架,可以将我们的Controller的方法以文档的形式展现。 更新内容: (#2178) Change regex in Paths.java to handle expressions/constraints correctly (#2174) fix fmt maintenanc (#2169) Swagger ui 3.x suggested improvements feature (#2160) Fix conversion of byte to integer with max / min bug (#2153) Upgrading Swagger UI ...

6
16
发表了资讯
2016/11/10 18:47

Springfox 2.6.1 发布,开源的 API doc 框架

Springfox 2.6.1 发布了,Springfox的前身是swagger-springmvc,是一个开源的API doc框架,可以将我们的Controller的方法以文档的形式展现。 更新内容: (#1546) Add native support for jdk8 jsr310 date types @cbornet (#1529) Suggested fix for "Adding Models using ApiImplicitParam #468". Allow… @jimhooker2002 (#1517) Added bean validation support for @DecimalMin/@DecimalMax and made the min/max values exp...

3
56
发表了资讯
2016/10/09 00:00

Springfox 2.6.0 发布,开源的 API doc 框架

Springfox 2.6.0 发布了,Springfox的前身是swagger-springmvc,是一个开源的API doc框架,可以将我们的Controller的方法以文档的形式展现。 改进内容: (#1498) Add pathsGroupedBy configuration of Swagger2Markup @orevial (#1492) Intermediate push @davidnewcomb (#1486) remove duplicate enum values @apixandru (#1483) Update common-problems.adoc @qwang1990 (#1477) Initial support for spring-data-rest @dilip...

10
59
发表了资讯
2016/06/08 00:00

Springfox 2.5.0 发布

Springfox 2.5.0 发布了,Springfox的前身是swagger-springmvc,是一个开源的API doc框架,可以将我们的Controller的方法以文档的形式展现。 改进日志如下: 新特性: (#1296) Support for JSR-303: @Pattern annotation @ashutosh-shirole (#1291) Make 'supportedSubmitMethods' configurable in springfox-swagger-ui @thomseno (#1287) Feature: Headers in @RequestMapping are not documented @ry4n-sc0tt (#1244) @ApiP...

5
32
发表了资讯
2016/03/10 00:00

Springfox 2.4.0 发布

Springfox 2.4.0 发布了,Springfox的前身是swagger-springmvc,是一个开源的API doc框架,可以将我们的Controller的方法以文档的形式展现。该版本增加了一些新特性以及修复了大量Bug,具体记录如下: 新特性 (#1145) Generated file is not compatible with Swagger specification if method parameter is Object and is used as path parameter @tjuchniewicz (#1122) Default page served isn't configurable and lacks sea...

10
45
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
107 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部