summaryrefslogtreecommitdiffstats
path: root/cmso-service/src
diff options
context:
space:
mode:
authorJerry Flood <jflood@att.com>2019-02-11 11:26:23 -0500
committerJerry Flood <jflood@att.com>2019-02-20 14:06:06 -0500
commitf168a37fc269e58e77ad10969960ef84446a47ee (patch)
treeb13022253349ca6e88fac09f04b8f3bf6bd23ae3 /cmso-service/src
parenta891d800fb09f65116048094b92e8d5b108d4567 (diff)
Update to springboot 2.1.0
Issue-ID: OPTFRA-397 Change-Id: I62f861e09b18514795e1a51967a2797ded40b089 Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-service/src')
-rw-r--r--cmso-service/src/main/java/org/onap/optf/cmso/JerseyConfiguration.java4
-rw-r--r--cmso-service/src/main/resources/application.properties1
2 files changed, 3 insertions, 2 deletions
diff --git a/cmso-service/src/main/java/org/onap/optf/cmso/JerseyConfiguration.java b/cmso-service/src/main/java/org/onap/optf/cmso/JerseyConfiguration.java
index 8d9cb60..9b10d51 100644
--- a/cmso-service/src/main/java/org/onap/optf/cmso/JerseyConfiguration.java
+++ b/cmso-service/src/main/java/org/onap/optf/cmso/JerseyConfiguration.java
@@ -1,6 +1,6 @@
/*
- * Copyright © 2017-2018 AT&T Intellectual Property.
- * Modifications Copyright © 2018 IBM.
+ * Copyright © 2017-2019 AT&T Intellectual Property.
+ * Modifications Copyright © 2018 IBM.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
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