标签: spring-boot swagger
例如,我想隐藏id字段,但不希望通过@ApiModelProperty对象级别使用ParameterMapper注释字段本身来隐藏。也就是说,请注释ParameterMapper,因为此对象已在多个地方使用,而我在swagger文档的所有地方都没有显示相同的字段。
id
@ApiModelProperty
ParameterMapper