spring-boot/spring-boot-project/spring-boot-docs/src/docs/asciidoc/executable-jar.adoc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
791 B
Plaintext
Raw Normal View History

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