Phillip Webb 33c6c600a9 Split up adoc files
Closes gh-23254
2021-04-29 17:32:27 -07:00

26 lines
782 B
Plaintext

[appendix]
[[executable-jar]]
= The Executable Jar Format
include::attributes.adoc[]
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.
include::executable-jar/nested-jars.adoc[]
include::executable-jar/jarfile-class.adoc[]
include::executable-jar/launching.adoc[]
include::executable-jar/property-launcher.adoc[]
include::executable-jar/restrictions.adoc[]
include::executable-jar/alternatives.adoc[]