Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 791 Bytes

File metadata and controls

25 lines (13 loc) · 791 Bytes

The Executable Jar Format

The spring-boot-loader modules lets Spring Boot support executable jar and war files. If you use the Maven plugin or the Gradle plugin, executable jars are automatically generated, and you generally do not need to know the details of how they work.

If you need to create executable jars from a different build system or if you are just curious about the underlying technology, this appendix provides some background.