From f168a37fc269e58e77ad10969960ef84446a47ee Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Mon, 11 Feb 2019 11:26:23 -0500 Subject: Update to springboot 2.1.0 Issue-ID: OPTFRA-397 Change-Id: I62f861e09b18514795e1a51967a2797ded40b089 Signed-off-by: Jerry Flood --- cmso-service/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'cmso-service/src/main/resources/application.properties') diff --git a/cmso-service/src/main/resources/application.properties b/cmso-service/src/main/resources/application.properties index 25c5b10..fb3ee01 100644 --- a/cmso-service/src/main/resources/application.properties +++ b/cmso-service/src/main/resources/application.properties @@ -37,6 +37,7 @@ info.build.version=@project.version@ spring.jersey.type=filter spring.mvc.urls=swagger,docs,prometheus server.servlet.context-path=/cmso +spring.main.allow-bean-definition-overriding=true #This property is used to set the Tomcat connector attributes.developers can define multiple attributes separated by comma #tomcat.connector.attributes=allowTrace-true -- cgit 1.2.3-korg