Using Flyway in Spring Boot

I introduced you to Flyway to implement database migration. For Spring Boot applications that want to use Flyway, this integration is easy because Spring Boot already supports it. How is it in detail? Let’s find out together in this tutorial! First, I will create a… Read More