1. 程式人生 > >springboot 忽略null屬性值,不傳遞

springboot 忽略null屬性值,不傳遞

def clu pre ack clas 傳遞 include bsp nbsp

第一種:

@JsonInclude(JsonInclude.Include.NON_NULL)

第二種:

spring:
  jackson:
    default-property-inclusion: non_null

  

springboot 忽略null屬性值,不傳遞