#========================================================================= | |
# | |
# 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 |