This involved a small code change to the generated configuration properties snippets. The section id has to start with 'appendix.', otherwise the section-id asciidoctor extension complains. To ensure that the anchors that are derived from the section IDs remain backwards compatible, the anchor-rewrite properties have been updated. See gh-29667
10 lines
445 B
Plaintext
10 lines
445 B
Plaintext
[[appendix.executable-jar.alternatives]]
|
|
== Alternative Single Jar Solutions
|
|
If the preceding restrictions mean that you cannot use Spring Boot Loader, consider the following alternatives:
|
|
|
|
* https://maven.apache.org/plugins/maven-shade-plugin/[Maven Shade Plugin]
|
|
* http://www.jdotsoft.com/JarClassLoader.php[JarClassLoader]
|
|
* https://sourceforge.net/projects/one-jar/[OneJar]
|
|
* https://imperceptiblethoughts.com/shadow/[Gradle Shadow Plugin]
|
|
|