ignore null properties in result

pull/1490/merge^2
gongdewei 4 years ago
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
#

Loading…
Cancel
Save