Does springfox-swagger2 UI support choosing multiple files at once?
问题 I use Spring Boot and integrated swagger-ui (springfox-swagger2) and I want to be able to choose to upload multiple files at once. Unfortunately the Swagger UI doesn't appear to allow this, at least not give my controller method. My controller method signature: @ApiOperation( value = "batch upload goods cover image", notes = "batch upload goods cover image", response = UploadCoverResultDTO.class, responseContainer = "List" ) public Result<?> uploadGoodsCover(@ApiParam(value = "Image array",