Swagger报错 For input string: “”
原因:
ApiModelProperty中example的默认值为“”,转换会出现问题
1.5.20版本的AbstractSerializableParameter中400行左右这里只判断了null
如果改为this.example == null || this.example.isEmpty()则为正常情况
ApiModelProperty中example的默认值为“”,转换会出现问题
1.5.20版本的AbstractSerializableParameter中400行左右这里只判断了null
如果改为this.example == null || this.example.isEmpty()则为正常情况
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M