我正在使用swaggerspring mvc -1.0.2和jackson-databind 2.6.3。为什么它会产生空值。停止它吗?。停止swagger UI。 JSON
{
"parameterType": {
"absoluteType": "array"
},
"name": "file",
"description": "Pass File as input",
"defaultValue": "",
"required": true,
"allowMultiple": false,
"allowableValues": null,
"paramType": "query",
"paramAccess": null
}
答案 0 :(得分:1)
您需要将JSON映射器配置为不写空值:
添加特定的序列化选项就像这样:
spring.jackson.serialization-inclusion:non_null