spring.liquibase.contexts=dev spring.liquibase.enabled=true #spring.liquibase.run-on-startup=true spring.liquibase.change-log=classpath:db/changelog/db.changelog-master.xml spring.datasource.url=jdbc:h2:file:./data/testdb spring.datasource.username=sa spring.datasource.password= spring.datasource.driver-class-name=org.h2.Driver spring.h2.console.enabled=true spring.h2.console.path=/h2-console