Articles, Home

A Hitchhiker’s Guide to Containerizing (Spring Boot) Java Apps

Containerizing an application based on a ‘scripting’ language is straightforward. Add the sources, download the dependencies, and you’re good to go. One could say they are WYSIWYR. With compiled languages in general, and Java in particular, things are a bit different. In this post, I’d like to list some alternatives to achieve that.