springfox/springfox-demos

display error with @RequestParam(value = "order",required = false,defaultValue = "-crtdate")LinkedList<String> order

ysjiang4869 opened this issue · 0 comments

using spring @RequestRarm as title ,but display wrong.
image
The execute button will be invalid and the order param can use.
api-docs json can be see follow
{ "name": "order", "in": "query", "description": "order", "required": false, "type": "array", "items": { "type": "string" }, "collectionFormat": "multi", "default": "-crtdate" }