跳到主要内容

[v1.8.4-2018/09/25 Model解析异常修复]

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映射无效,在线调试bugissue #IMXOV @Giteeissue #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吧~~ :)

相关链接