swagger-bootstrap-ui 1.9.5 released, supports filtering request parameters

swagger-bootstrap-ui 1.9.5 was released. swagger-bootstrap-ui Swagger is enhanced UI implementation to make the document a little more friendly

Documentation : http://doc.xiaominfo.com

Effect : http://swagger-bootstrap-ui.xiaominfo.com/doc.html

Gitee:https://gitee.com/xiaoym/swagger-bootstrap-ui

GitHub:https://github.com/xiaoymin/swagger-bootstrap-ui

Example: https://gitee.com/xiaoym/swagger-bootstrap-ui-demo

Characteristics & Optimization

1, for the response JSON file upload content, the content does not highlight the problem #IYXZB @Gitee

2, file upload content display abnormal response Bug # IYO96 @Gitee

3, for using the request header Chinese encodeURIComponent()function encoding process #IYMUF @Gitee

4. Bug fix abnormal turn enhances spatial and temporal pointer #IYADU @Gitee

5, for the @ResponseHeadernotes did not display Bug # IY86A @Gitee

6, DELETE requests for Array wrong type of request parameters Bug # IY37Z @Gitee

7, CURL response parameter column assembly error repair GET request # 131 @GitHub

8, a non-200 status code repair response content is not formatted highlighted problems # 130 @GitHub

9, resolve BUG address displayed, ensure that the requests sent out correctly # PR108 @GitHub

10, when using the extended dynamic field descriptions, the deployment server will cause null pointer exception, the error is not a field name to be determined non-empty cause #IYLVC @Gitee , # 119 @GitHub

11, you can customize dynamic filtering request parameters, which allows me to write less in many cases the entity classes, such as the new time does not need id, time and need to modify the id, just use the enhanced annotation in the interface layer @ApiOperationSupport's ignoreParametersattributes can be, specific usage rules, please refer to the documentation

12, optimization enhancements sort Interface comment @ApiSortineffectual problem

13, in response to dynamically add Model-based interpretation field. Please refer to documentation

UI effects show

project address

Maven coordinates

<dependency>
   <groupId>com.github.xiaoymin</groupId>
   <artifactId>swagger-bootstrap-ui</artifactId>
   <version>1.9.5</version>
</dependency>

Star & Issue

感谢各位朋友的支持,前往https://gitee.com/xiaoym/swagger-bootstrap-ui点个Star吧~~ :)

Guess you like

Origin www.oschina.net/news/108673/swagger-bootstrap-ui-1-9-5-released