diff options
author | James MacNider <James.MacNider@amdocs.com> | 2019-03-26 17:54:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-26 17:54:39 +0000 |
commit | d89e0f1a5205a074c1d73a329711ebe57b5238c6 (patch) | |
tree | ec805bf057147cad3daf1d43ecda6bdce3699bd8 /kubernetes/pomba/charts/pomba-sdncctxbuilder | |
parent | ebedc4dd1299ad90b8f35d1f55900374e3a5cd30 (diff) | |
parent | f94e57eea3414a647b40fa622688f83c7725d06f (diff) |
Merge "Add Pomba components to Pomba Health check"
Diffstat (limited to 'kubernetes/pomba/charts/pomba-sdncctxbuilder')
-rw-r--r-- | kubernetes/pomba/charts/pomba-sdncctxbuilder/resources/config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/pomba/charts/pomba-sdncctxbuilder/resources/config/application.properties b/kubernetes/pomba/charts/pomba-sdncctxbuilder/resources/config/application.properties index 455198223c..24b443c57f 100644 --- a/kubernetes/pomba/charts/pomba-sdncctxbuilder/resources/config/application.properties +++ b/kubernetes/pomba/charts/pomba-sdncctxbuilder/resources/config/application.properties @@ -17,7 +17,7 @@ spring.mvc.urls=swagger,docs,prometheus,auditevents,info,heapdump,autoconfig,bea camel.springboot.xmlRoutes = file:config/dynamic/routes/*.route service.xml.beans = config/dynamic/conf/*.xml -server.contextPath=/sdnccontextbuilder/v1 +server.contextPath=/sdnccontextbuilder spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration #This property is used to set the Tomcat connector attributes.developers can define multiple attributes separated by comma |