Provide non null values in API response 27/11827/2
authoraravind.est <aravindhan.a@est.tech>
Wed, 27 Sep 2023 16:09:39 +0000 (17:09 +0100)
committerAravindhan Ayyanathan <aravindhan.a@est.tech>
Thu, 28 Sep 2023 13:53:40 +0000 (13:53 +0000)
Null values are removed from API response.

Issue-ID: NONRTRIC-913
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: I03ebfca5cb65da15b669a7965a8beb97cba1dc2d

rapp-manager-application/src/main/resources/application.yaml

index 8a30abb..0097f86 100755 (executable)
@@ -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