Skip to content

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

Notifications You must be signed in to change notification settings

deepakbhalla/liquibase-springboot-h2-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages