Java Architecture Diary
Nov 18, 2020 · Backend Development
How Spring Boot 2.4 Automatically Trims Empty Starter JARs
Spring Boot 2.4 introduces automatic removal of empty starter dependencies when building executable JARs, reducing size by eliminating unnecessary starter JARs; this guide demonstrates the effect, explains what empty starters are, and shows how to customize JARs for automatic slimming using manifest entries.
Empty StarterJar SlimmingSpring Boot
0 likes · 5 min read