aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorBrendan Tschaen <ctschaen@att.com>2019-06-03 16:53:28 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-03 16:53:28 +0000
commit95ecf188d200cfe9140423986a5577c1871a2acf (patch)
treec15f501895e3a804749acbc40055263c2d67e4cb /src/main/resources/application.properties
parentdb41ae6ccfd603f4955141017b41a5bda30c9add (diff)
parent9943f1e32b2db7f40ec77243ea235c889eded8f9 (diff)
Merge "Bug Fix for Empty Body."
Diffstat (limited to 'src/main/resources/application.properties')
-rwxr-xr-xsrc/main/resources/application.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 8b905be6..6fbe6326 100755
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -6,3 +6,4 @@ server.ssl.key-store-password=changeit
server.ssl.key-store-provider=SUN
server.ssl.key-store-type=JKS
httpPort=8081
+spring.jackson.mapper.ACCEPT_CASE_INSENSITIVE_ENUMS=true