https://github.com/deepakbhalla/liquibase-springboot-h2-example
Demo project for Spring Boot and Liquibase Integration with H2 Embedded Database
https://github.com/deepakbhalla/liquibase-springboot-h2-example
h2-embedded-database in-memory-database java-8 liquibase liquibase-changelog spring springboot
Last synced: about 2 months ago
JSON representation
Demo project for Spring Boot and Liquibase Integration with H2 Embedded Database
- Host: GitHub
- URL: https://github.com/deepakbhalla/liquibase-springboot-h2-example
- Owner: deepakbhalla
- Created: 2022-06-07T08:52:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T13:18:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T17:49:22.342Z (3 months ago)
- Topics: h2-embedded-database, in-memory-database, java-8, liquibase, liquibase-changelog, spring, springboot
- Language: Java
- Homepage:
- Size: 198 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

## H2 Embedded Database Login Screen

## Employee Table created by Liquibase

## Liquibase Tracking Table: DATABASECHANGELOG

## Liquibase Tracking Table: DATABASECHANGELOGLOCK
