In the Spring Boot 1.2.3, we can customize the Jackson ObjectMapper via properties file. But I didn\'t find a attribute can set Jackson ignore null value when serialization
For Spring Boot 1.4.x, you can include the following line to your application.properties
spring.jackson.default-property-inclusion=non_null