diff --git a/channel/channel-server-app/src/main/resources/application.properties b/channel/channel-server-app/src/main/resources/application.properties index bd49b9086..fd855a3c7 100755 --- a/channel/channel-server-app/src/main/resources/application.properties +++ b/channel/channel-server-app/src/main/resources/application.properties @@ -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 #