X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.properties;h=a9057933915f5324a9541c27332fdd6cf85a8a4e;hb=refs%2Fchanges%2F46%2F103146%2F1;hp=1227ded056291d56a7c4ee2341e624232465d99a;hpb=151cf374b7dcd873d087d62a14a3ca3b1ab85ecc;p=aai%2Fdata-router.git 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