From 1b74399de451eca25a4a6bb31817073af5f4a0b4 Mon Sep 17 00:00:00 2001 From: "Tait,Trevor(rt0435)" Date: Wed, 12 Sep 2018 11:40:21 -0400 Subject: Change URI to ndcontextbuilder Issue-ID: LOG-648 The network-discovery context path in the URI is the same as we use for the network discovery microservice so we are changing this to be ndcontextbuilder to remove the confilict. URI will be of the form: http://:8080/ndcontextbuilder/service/ Change-Id: I184307a0c14935f4b9e37c75d936ba12d32836b1 Signed-off-by: Tait,Trevor(rt0435) --- config/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/application.properties b/config/application.properties index ef63984..95ae244 100644 --- a/config/application.properties +++ b/config/application.properties @@ -3,7 +3,7 @@ spring.jersey.type=filter spring.mvc.urls=swagger,docs,prometheus,auditevents,info,heapdump,autoconfig,beans,loggers,dump,env,trace,health,configprops,mappings,metrics,webjars -server.contextPath=/network-discovery +server.contextPath=/ndcontextbuilder 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 -- cgit 1.2.3-korg