swagger 忽略某个字段/参数 使用注解 @ApiModelProperty(hidden=true) 和 @JsonIgnore 一起使用 @ApiModelProperty(hidden = true) @JsonIgnore private String value; @ApiModelProperty(hidden = true) @JsonIgnore public String 编程 2021年06月17日 3 点赞 0 评论 2180 浏览
swagger dataType 文件参数类型 dataType = "__file" swgger 2.9 以后,文件参数 改为 dataType = "__file" 编程 2021年06月17日 0 点赞 0 评论 756 浏览