diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-02-07 12:33:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-07 12:33:19 +0000 |
commit | 8695c6f7b72e2d0899aa580b6080b885469b9099 (patch) | |
tree | 535cdc90a5d34ae09858868abb5307356587d217 /src/main/resources | |
parent | 3506f9b3cf62b89089e4d9a7d5f63c5be063405a (diff) | |
parent | cdfe48cf32c83f3e0a3921499cd6c494a4b40107 (diff) |
Merge "Replace jackson usages with GSON"
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c492f74de..91a4cab71 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -73,6 +73,7 @@ server.http-to-https-redirection.port=8080 server.servlet.context-path=/ #Modified engine-rest applicationpath spring.profiles.active=clamp-default,clamp-aaf-authentication,clamp-sdc-controller +spring.http.converters.preferred-json-mapper=gson #The max number of active threads in this pool server.tomcat.max-threads=200 |