xiaoymin / blog-comments

blog-comments
0 stars 0 forks source link

springfox 源码分析(五) web配置类Plugin插件的使用 — 八一菜刀 #128

Open xiaoymin opened 5 years ago

xiaoymin commented 5 years ago

https://www.xiaominfo.com/2019/05/23/springfox-5/

时间:2019-5-23 14:46:50

yangweijie commented 3 years ago

{ "in": "formdata", "name": "model187", "description": "model187", "required": true, "items": { "type": "string", "formart": "binary" } }

如何设置 多文件上传注解 使其生的 type 是 Array items:{"type":string,"format":"binary"} 符合openapi2 标准的多文件上传 字段格式 。 看源码发现binary model 和其结构类似,死活设置不出来。 想通过拦截器处理json字段 也失败了。过滤器里更是要手动生成文档json 折腾半天无果。