Closed Alice52 closed 4 years ago
swagger execute should be in textarea rather than in input, I think it is strange
This is because if we donot specify args resource, swagger will think it come from query, so shuold use @RequestBody
model required property
worked.
ignore specify property in ui
just use @ApiModelProperty(hidden=true)
, it worked
@JsonIgnore
: jackson
alibaba的@JSONField(serialize = false)
@JsonProperty(value="val")
- can rename property name
Finally, please reject fastjson, please.
model required property
ignore specify property in ui
why post method, it's paramter is in query?