内容简介:SpringFox 2.9.2 发布了,SpringFox 的前身是 swagger-springmvc,是一个开源的 API doc 框架,可以将 Controller 的方法以文档的形式展现。 更新内容如下: Pull requests and contributions (#2492) Added miss...
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
(#2429) Remove output related to fixed issue (#1244) #2428 @haelduksf
(#2404) Using media type to determine correct param type when expanding param… @andyRokit
Bugs
(#2502) OperationContext only finds SecurityContext's by path ignoring methods
@robinsonmark(#2481) ConditionalOnWebApplication not found after upgrading to 2.9.0
duplicate@gionn(#2461) 2.8.0 /swagger-resource/configuration/ui does not set Accept header properly @OverDrone
(#2446) ApiParam allowableValues string with spaces is not supported @uriparush
(#2438) Upgrade to SpringFox 2.9.0 causes failures in Spring Boot 2.0.2.RELEASE @james
(#2428) description = "@SiZe: Min - Max (until #1244 gets fixed)" when param annotated with @min and/or @max but #1244 is already fixed @haelduksf
(#2423) Query Parameter extracted from Object doesn't recognize public field without getter@kintomiko
(#2415) JSR-303: Size annotation on Path Param generates maximum/minimum, but on Model generates maxLength/minLength @retinaburn
(#2401) Present multipart object attributes as "formData"
duplicate@andyRokit(#2376) Model attribute expansion should respect form/query parameter type
@dilipkrish(#2498) Path Parameter generated having unsupported properties
duplicate@FossilBlade(#2481) ConditionalOnWebApplication not found after upgrading to 2.9.0
duplicate@gionn(#2466) There is no jar in maven repo.Why?
duplicate@litttlefisher(#2441) Upgrading from 2.8.0 to 2.9.0 causes SpringBootTest to stop working
duplicate@maraswrona(#2401) Present multipart object attributes as "formData"
duplicate@andyRokit(#755) o.s.data.domain.Pageable - automatically add @apiimplicitparams? can-use-for-docs
duplicate@Steve
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《SpringFox 2.9.2 发布,开源的 API doc 框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 开源 | Hippy:腾讯开源的跨端开发框架
- WeGeek | WePY 开源框架
- 开源 | vnpy:基于 Python 的开源量化交易平台开发框架
- 优秀开源框架的扩展机制实现
- 开源Botnet框架Byob分析
- 滴滴开源小程序框架 Mpx
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithms
Alfred V. Aho、Jeffrey D. Ullman、John E. Hopcroft / Addison Wesley / 1983-1-11 / USD 74.20
The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same......一起来看看 《Data Structures and Algorithms》 这本书的介绍吧!