From: rajeevme Date: Thu, 5 Mar 2020 16:00:49 +0000 (+0530) Subject: [AAI-2825] Data-router in crash loop backoff X-Git-Tag: 1.6.2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fdata-router.git;a=commitdiff_plain;h=a0ad8c2a48edfb30043adb52b4a020f49be2cb74 [AAI-2825] Data-router in crash loop backoff Change-Id: Ib44602ef2b63231a0780af131896286469d68714 Issue-ID: AAI-2825 Change-Id: I3ce85a5700d559b4cd7853a9d96173a46f9afde5 Signed-off-by: rajeevme Change-Id: I1e454c0b0e27972cdb571ca3e7652efaad978566 --- diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 1227ded..a905793 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,3 +3,4 @@ server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore server.ssl.enabled=true server.port=9502 server.ssl.enabled-protocols=TLSv1.1,TLSv1.2 +spring.main.allow-bean-definition-overriding=true