From a0ad8c2a48edfb30043adb52b4a020f49be2cb74 Mon Sep 17 00:00:00 2001 From: rajeevme Date: Thu, 5 Mar 2020 21:30:49 +0530 Subject: [PATCH] [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 --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6