You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
791 B
25 lines
791 B
[appendix] |
|
[[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[]
|
|
|