ignore null properties in result

This commit is contained in:
gongdewei
2021-05-25 12:10:58 +08:00
parent 11563c0454
commit 2cd4615992
@@ -29,6 +29,8 @@ management.endpoints.web.exposure.include=*
# default user name
spring.security.user.name=arthas
# ignore null property
spring.jackson.default-property-inclusion = NON_NULL
#