docker

Dockerize a Spring Boot application

Introduction In this post, I’d like to present a few options to ship a spring boot application in a docker container. There are many ways to dockerize a spring boot (probably a nice google hit search), but I don’t see too much discussion around the pros and cons. So let’s jump into it. Create new project Go to https://start.spring.io/ and create a new project. I’ll be using: Gradle - Groovy Spring Boot 3.