值字段专题

jackSon注解-- @JsonInclude 注解不返回null值字段

jackSon注解– @JsonInclude 注解不返回null值字段 Spring Boot项目中遇到的小知识 @Data @JsonInclude(JsonInclude.Include.NON_NULL) public class OrderDTO {     private String orderId;     @JsonProperty("name")     private S