Why your Spring Boot app is one runnable file
You finish a Spring Boot service, run a single command, and a full web server starts up:
java -jar app.jar
Enter fullscreen mode
Exit fullscreen mode
Why your Spring Boot app is one runnable file You finish a Spring Boot service, run a...
Why your Spring Boot app is one runnable file
You finish a Spring Boot service, run a single command, and a full web server starts up:
java -jar app.jar
Enter fullscreen mode
Exit fullscreen mode

Introduction Imagine you're assembling a new piece of furniture. One option is to buy...

Ditch the bloated OS layers. Here’s how to build a Java container that is smaller, faster, and more...

A web service and a batch job use memory in completely different ways. Running both in one JVM costs more than it looks like it…

What Boot actually is If you have written any Spring at all, you have met the container —...

The Ghost of Deployment Descriptors Past A few weeks ago I sat down to build a small...

If you’ve ever tried writing a quick Java script or small backend app without dragging along the...