From ec939496820c47e41630b1572e5002c4c4d8da7b Mon Sep 17 00:00:00 2001 From: bt2983 Date: Sun, 1 Mar 2020 16:30:26 -0700 Subject: Naming micro-service - upgrade to spring-boot-2. This contains all the changes to upgrade this micro-service to spring-boot-2 and spring-5, and is a pre-requisite for the changes related to policy. Issue-ID: CCSDK-1307 Signed-off-by: bt2983 Change-Id: Ie35df3bebac958b50c2c4635080c06d68f887a8e --- ms/neng/opt/etc/config/application.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ms/neng/opt') diff --git a/ms/neng/opt/etc/config/application.properties b/ms/neng/opt/etc/config/application.properties index e2cd963d..1816e853 100644 --- a/ms/neng/opt/etc/config/application.properties +++ b/ms/neng/opt/etc/config/application.properties @@ -33,10 +33,12 @@ endpoints.beans.sensitive=false logging.level.liquibase=DEBUG liquibase.changeLog=classpath:/db/changelog/db.changelog-master.xml +spring.liquibase.change-log=classpath:/db/changelog/db.changelog-master.xml management.security.enabled=false server.contextPath=/web +server.servlet.context-path=/web #The max number of active threads in this pool server.tomcat.max-threads=200 @@ -45,3 +47,4 @@ server.tomcat.max-threads=200 server.tomcat.min-spare-threads=25 spring.jersey.type=filter +#debug=true -- cgit 1.2.3-korg