Spring boot 3 Liquibase Tutorial

Опубликовано: 01 Март 2025
на канале: Shahid Foy
1,714
30

In this tutorial I go over how to set up Liquibase with Spring Boot using the Microsoft SQL Server database. Liquibase is a useful tool you can use to implement version control for your database tables.

Useful links used in this video:

Liquibase CICD - https://www.liquibase.com/ci-cd

Liquibase Documentation: https://docs.liquibase.com/home.html

Liquibase Getting Started: https://www.liquibase.org/get-started...

Start Spring - https://start.spring.io/

Microsoft SQL Server - https://www.microsoft.com/en-us/sql-s...

SSMS - https://learn.microsoft.com/en-us/sql...

Demo Source Code - https://github.com/shahidfoy/liquibas...