Spring Boot + Flyway
What are we going to build? In this tutorial, we will set up a Spring Boot application that integrates with Flyway for seamless database migrations. We’ll use PostgreSQL as our database, running in a Docker container. The API will expose device data stored in the database. What is Flyway? Flyway is a database migration tool […]
Spring Boot + Flyway Read More »
