Step-by-step tutorial, on how to integrate Flyway into your existing project to automatically manage and version your database schema changes using SQL scripts.
00:00 FLYWAY WITH H2 DB RUNNING IN SERVER MODE
00:12 What is flyway and why!
00:40 What You'll Learn
01:00 Demo
How to run H2 in server mode : • Building a Spring Boot App with TCP Server...