blob: a75b528842def36be472b5b24e713e57b82b25cd [file] [log] [blame]
#=========================================================================
#
# 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;MODE=MySQL;DATABASE_TO_LOWER=TRUE;CASE_INSENSITIVE_IDENTIFIERS=TRUE;
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