Senior Brother's Insights
Sep 13, 2020 · Backend Development
How Spring Boot Packs and Launches Your Application: Inside the Fat Jar
This article explains how Spring Boot uses the Maven plugin to create an executable fat JAR, details the internal archive layout, the repackage process, the custom class loader and URL handling, and compares JarLauncher with WarLauncher for both JAR and WAR deployments.
Fat JarJarLauncherMaven Plugin
0 likes · 19 min read
