DevContainers Support with Docker Compose in SpringBoot 3.1

In this blog post we will see how we can use docker containers during development time using docker compose files in Spring Boot 3.1 which simplifies the development and testing efforts by providing infrastructure. In my previous blog posts (part-1, part-2), I have already shown how can we use docker containers during development for testing…