From: aravind.est Date: Wed, 27 Sep 2023 16:09:39 +0000 (+0100) Subject: Provide non null values in API response X-Git-Tag: 0.0.1~31 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F11827%2F2;p=nonrtric%2Fplt%2Frappmanager.git Provide non null values in API response Null values are removed from API response. Issue-ID: NONRTRIC-913 Signed-off-by: aravind.est Change-Id: I03ebfca5cb65da15b669a7965a8beb97cba1dc2d --- diff --git a/rapp-manager-application/src/main/resources/application.yaml b/rapp-manager-application/src/main/resources/application.yaml index 8a30abb..0097f86 100755 --- a/rapp-manager-application/src/main/resources/application.yaml +++ b/rapp-manager-application/src/main/resources/application.yaml @@ -16,6 +16,10 @@ rappmanager: dme: baseurl: http://localhost:63475 #http://10.101.3.22:61761 +spring: + jackson: + default-property-inclusion: non_null + logging: level: root: INFO