Tutorial. Liquibase migrations with Spring Boot and MySQL

preview_player
Показать описание
Іn this video tutorial, ORIL`s Lead Software Engineer, Ihor Kosandiak, explores what the Liquibase migration tool is and how to use it for your Data Base migration.

We use Java 17, Spring Boot, MySQL, Maven, MacOS, and IntelliJ IDEA for this tutorial.

0:00 Intro
0:14 Generate Project
0:46 Initial configuration
2:00 User entity creation
3:19 Create users table script
3:57 Insert users using Liquibase
5:17 Modifications with Liquibase
6:42 To sum up

Follow us:

#developmentenvironments #development #softwaredevelopment #tutorial #java #springboot #Liquibase #MySQL
Рекомендации по теме
Комментарии
Автор

a must-watch for devs looking to enhance their workflow. Cool!

oksankamelnyk
Автор

Very good, quick content with many use case. it will be nice to add more rollback steps into this video

moinmaster
Автор

What I don't understand is why you have to write the SQL statements manually with Liquibase and Flyway. With DoctrineMigration (PHP-Projecte) you can generate the migration scripts (SQL) as a diff. Maybe it will work with Liquibase?

hanswurst
Автор

Can you post Github repository with the code? I am having troubles creating liquibase bean, I would like to see your pom.xml

bartekkwak