aboutsummaryrefslogtreecommitdiffstats
path: root/ms/neng/src/test/resources
diff options
context:
space:
mode:
authorbt2983 <bt2983@att.com>2020-03-01 16:30:26 -0700
committerDan Timoney <dtimoney@att.com>2020-03-04 14:56:22 -0500
commitec939496820c47e41630b1572e5002c4c4d8da7b (patch)
tree72e053865abfd77b46de259f693f3e3eee3f6cba /ms/neng/src/test/resources
parent9d3cc4fdc90e64d2c8977d5537f915afbc1dce58 (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/src/test/resources')
-rw-r--r--ms/neng/src/test/resources/application-test.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/ms/neng/src/test/resources/application-test.properties b/ms/neng/src/test/resources/application-test.properties
index ae425c38..5aacbbaa 100644
--- a/ms/neng/src/test/resources/application-test.properties
+++ b/ms/neng/src/test/resources/application-test.properties
@@ -11,3 +11,6 @@ datasource.db.username=none
datasource.db.password=none
liquibase.changeLog=classpath:/h2db/changelog/h2db.changelog-master.xml
+spring.liquibase.change-log=classpath:/h2db/changelog/h2db.changelog-master.xml
+
+spring.main.allow-bean-definition-overriding=true