Naming micro-service - upgrade to spring-boot-2.
[ccsdk/apps.git] / ms / neng / src / test / resources / application-test.properties
1 #=========================================================================
2 #
3 # Configuration for the test profile, which is used to run integration
4 # tests of the application, normally in your IDE.
5 #
6 #=========================================================================
7
8 datasource.db.driver-class-name=org.h2.Driver
9 datasource.db.url=jdbc:h2:mem:tests;DB_CLOSE_DELAY=-1;
10 datasource.db.username=none
11 datasource.db.password=none
12
13 liquibase.changeLog=classpath:/h2db/changelog/h2db.changelog-master.xml
14 spring.liquibase.change-log=classpath:/h2db/changelog/h2db.changelog-master.xml
15
16 spring.main.allow-bean-definition-overriding=true