Skip to content
Snippets Groups Projects

Add Liquibase Migrations + Instructions/Templates for Future

Files

@@ -47,8 +47,10 @@ spring:
liquibase:
change-log: "classpath:/changelog-master.yaml"
enabled: true
datasource:
# url: jdbc:h2:file:./devdb1;DATABASE_TO_UPPER=false
url: jdbc:h2:mem:devdb
h2:
Loading