aboutsummaryrefslogtreecommitdiffstats
path: root/ms/neng/src/test/resources/application-test.properties
blob: 5aacbbaa4f76504315b19ce3f3b0a5ea27e20e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#=========================================================================
#
# Configuration for the test profile, which is used to run integration
# tests of the application, normally in your IDE.
#
#=========================================================================

datasource.db.driver-class-name=org.h2.Driver
datasource.db.url=jdbc:h2:mem:tests;DB_CLOSE_DELAY=-1;
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