Database migration using Flyway + Spring boot + Hibernate + SQL

Опубликовано: 01 Октябрь 2024
на канале: Bouali Ali
18,025
413

Buy me a coffee: https://ko-fi.com/boualiali #spring #learning #springboot #springtutorial #springsecurity #developpement #java #arraylist #linkedlist #springdatajpa #querybuilder

Database migration using Flyway + Spring boot + Hibernate + SQL

In this tutorial you will learn how to do a database migration using Flyway.
Flyway should be a fundamental part of any Java EE application DevOps. It simplifies database migration and seamlessly integrates with your application.
Instead of delegation your database management to Hibernate, it is much better and way recommended to user a database migration tool.
Flyway is an easy to use and start with migration tool.

Don't Forget to
===========================================
💯 Subscribe to the youtube channel
💯 Join our Discord Community -   / discord  
💯 Join our Facebook Group -   / 589612651142975  

Table of content

00:00 Introduction
01:36 Join our community
02:15 Why using DB migration
04:25 Cleanup the project
05:17 Adding Flyway dependency
05:57 Setup Flyway
11:17 Flyway filename pattern
13:10 Running the SQL scripts
24:50 What comes next?