From 3e7fc2227bd415322184c77a947183723d834792 Mon Sep 17 00:00:00 2001 From: Igor Dysko Date: Wed, 8 Jul 2020 12:34:14 +0200 Subject: Update to spring boot 2 Update of code and dependencies, no changes in functionality Issue-ID: AAI-2970 Signed-off-by: Igor Dysko Change-Id: I5802aaefcf31673263c4078bad2a420391391979 --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4076e38..35c8e39 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,7 @@ # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema spring.application.name=graphgraph +spring.main.allow-bean-definition-overriding=true schema.configuration.location=N/A schema.source.name=onap -- cgit 1.2.3-korg