内容简介:swagger-bootstrap-ui 1.8.4 发布了。swagger-bootstrap-ui 是 Swagger 的前端 UI 实现,目的是替换 Swagger 默认的 UI 实现 Swagger-UI,使文档更友好一点儿swagger-bootstrap-ui 1.8.4 主要更新如下:1、fixed key-value表单请求 @RequestParam映射无效,在线调试bug
swagger-bootstrap-ui 1.8.4 发布了。swagger-bootstrap-ui 是 Swagger 的前端 UI 实现,目的是替换 Swagger 默认的 UI 实现 Swagger-UI,使文档更友好一点儿
swagger-bootstrap-ui 1.8.4 主要更新如下:
1、fixed key-value表单请求 @RequestParam映射无效,在线调试bug issue #IMXOV @Gitee 、 issue #30 @GitHub
2、fixed 树形model默认展开 issue #IMXH5 @Gitee
3、fixed 两个list里放同一个bean,一个显示一个不显示 issue #IMXOY @Gitee
4、fixed 同时传输文本信息和文件时,值重复 issue #IMXDT @Gitee
5、fixed issue #IN03Q
6、fixed 响应类 3层嵌套解析不出来 issue #IMXOF @Gitee
7、fixed 全局参数设置接口中已有变量,会导致在线调试里面出现2个参数,不方便调试(如果后端swagger配置文件中使用globalParameter设置全局参数,并且赋予默认值,则以后端全局参数值为准) issue #IMXVD @Gitee
8、fixed ["text/plain"] controller接收问题 issue #IN0PC @Gitee
9、优化调试页响应高度,ace-editor响应高度
10、默认在Swagger-bootstrap-ui的请求,UI会增加一个默认的请求头 Request-Origion : SwaggerBootstrapUi
11、fixed Authorize默认tab不选中的bug
12、fixed curl响应参数,针对中文urlencode处理
Maven坐标
<dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>swagger-bootstrap-ui</artifactId> <version>1.8.4</version> </dependency>
码云: https://gitee.com/xiaoym/swagger-bootstrap-ui
GITHUB: https://github.com/xiaoymin/Swagger-Bootstrap-UI
在线体验: http://swagger-bootstrap-ui.xiaominfo.com/doc.html
欢迎提BUG、Pull Request给我,共同来完善这个小工具~~~~
还未给swagger-bootstrap-ui点过赞的朋友,前往 https://gitee.com/xiaoym/swagger-bootstrap-ui 给个Star吧~~ :)
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Is Parallel Programming Hard, And, If So, What Can You Do About
Paul E. McKenney
The purpose of this book is to help you understand how to program shared-memory parallel machines without risking your sanity.1 By describing the algorithms and designs that have worked well in the pa......一起来看看 《Is Parallel Programming Hard, And, If So, What Can You Do About 》 这本书的介绍吧!