https://medium.com/@harittweets/evolving-your-database-using-spring-boot-and-liquibase-844fcd7931da
clone the codebase
git clone [email protected]:hhimanshu/spring-boot-liquibase.git
compile, test, package
mvn clean package
run
mvn spring-boot:run
Go to http://localhost:8080/h2-console
JDBC URL
: jdbc:h2:mem:testdb
User Name
: sa
Password
: Leave it blank
Now you have the access of in-memory H2
database dashboard.