Tag

Empty Starter

0 views collected around this technical thread.

Java Architecture Diary
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.

Backend DevelopmentEmpty StarterJar Slimming
0 likes · 5 min read
How Spring Boot 2.4 Automatically Trims Empty Starter JARs