Using Testcontainers for Local Development and Integration Testing In Spring Boot 3.1

In this blog post we will see how we can use docker containers during development time using Testcontainers in Spring Boot 3.1 which simplifies the local development efforts by providing infrastructure. In one of my previous blog posts, I have already shown how can we start docker containers using Testcontainers during local development. I have…

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…

Lombok: A Comprehensive Guide to Java’s Most Useful Library

What is Lombok and Why Is It So Popular Project Lombok is a java library that seamlessly integrates with your editor and build tools, enhancing your java. It improves developer productivity by reducing the amount of boiler plate to be written in your java programs by providing set of annotations. Instllation To configure lombok with…

|

JUST – CLI for developing Spring Boot applications

JUST is command line toolkit which greatly simplifies the developing of Spring Boot Applications. Introducing Just, the go-to command line tool designed to enhance your Spring Boot developer experience! Currently offering the incredible “Just Run” feature. Get ready for Just Run, the only command you’ll need to kickstart your Spring Boot application in development mode….