diff options
author | bt2983 <bt2983@att.com> | 2020-03-01 16:30:26 -0700 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-04 14:56:22 -0500 |
commit | ec939496820c47e41630b1572e5002c4c4d8da7b (patch) | |
tree | 72e053865abfd77b46de259f693f3e3eee3f6cba /ms/neng/opt/etc | |
parent | 9d3cc4fdc90e64d2c8977d5537f915afbc1dce58 (diff) |
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 <bt2983@att.com>
Change-Id: Ie35df3bebac958b50c2c4635080c06d68f887a8e
Diffstat (limited to 'ms/neng/opt/etc')
-rw-r--r-- | ms/neng/opt/etc/config/application.properties | 3 |
1 files changed, 3 insertions, 0 deletions
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 |