We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d276166 commit 1ad9592Copy full SHA for 1ad9592
spring-boot-project/spring-boot-docs/src/docs/asciidoc/executable-jar/nested-jars.adoc
@@ -118,6 +118,11 @@ The index file would look like this:
118
- "BOOT-INF/lib/dependency1.jar"
119
----
120
121
+NOTE: Spring Boot only uses the classpath index file when the jar or war file is executed with `java -jar`.
122
+It is not used when running the application from the IDE or when using Maven's `spring-boot:run` or Gradle's `bootRun`.
123
+
124
+NOTE: When enabling reproducible builds, the entries in the classpath index file are sorted alphabetically.
125
126
127
128
[[appendix.executable-jar.nested-jars.layer-index]]
0 commit comments