diff options
author | Krysiak Adam <adam.krysiak@nokia.com> | 2019-04-23 16:29:22 +0200 |
---|---|---|
committer | Krysiak Adam <adam.krysiak@nokia.com> | 2019-04-24 14:12:37 +0200 |
commit | 09db2381ed40693ae06009e9430ede3fe17fbc40 (patch) | |
tree | 7cebcaa9b95c5202898309b796c6e16bee3a5f8f /src/main/resources/application.properties | |
parent | 7c662851d664e394ff197e9968864b53f1853f5b (diff) |
Clamp uses new Loop implementation by default
Change-Id: I274a946af91f6b06d3aa53b8127c94010274e353
Issue-ID: CLAMP-354
Signed-off-by: Krysiak Adam <adam.krysiak@nokia.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 640120230..38350567b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,6 +5,8 @@ # Copyright (C) 2017-2019 AT&T Intellectual Property. All rights # reserved. # ================================================================================ +# Modifications copyright (c) 2019 Nokia +# ================================================================================\ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -72,7 +74,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.profiles.active=clamp-default,clamp-aaf-authentication,clamp-sdc-controller-new spring.http.converters.preferred-json-mapper=gson #The max number of active threads in this pool |