deepakbhalla / liquibase-springboot-h2-example

Demo project for Spring Boot and Liquibase Integration with H2 Embedded Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

liquibase-springboot-h2-example

This is a sample project to demonstrate integration of Liquibase and H2 embedded database with Spring Boot application.

Liquibase is an open-source database schema change management solution which enables you to manage revisions of your database changes easily. Liquibase makes it easy for anyone involved in the application release process to:

  • Eliminate errors and delays when releasing databases.
  • Deploy and roll back changes for specific versions without needing to know what has already been deployed.
  • Deploy database and application changes together so they always stay in sync.

For more details, please read the liquibase official documentation available at path: https://docs.liquibase.com/concepts/home.html

Service Start Up Logs

Service Logs

H2 Embedded Database Login Screen

Service Logs

Employee Table created by Liquibase

Service Logs

Liquibase Tracking Table: DATABASECHANGELOG

Service Logs

Liquibase Tracking Table: DATABASECHANGELOGLOCK

Service Logs

About

Demo project for Spring Boot and Liquibase Integration with H2 Embedded Database


Languages

Language:Java 100.0%