You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/antora/modules/specification/pages/executable-jar/nested-jars.adoc
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,11 @@ The index file would look like this:
123
123
- "BOOT-INF/lib/dependency1.jar"
124
124
----
125
125
126
+
NOTE: Spring Boot only uses the classpath index file when the jar or war file is executed with `java -jar`.
127
+
It is not used when running the application from the IDE or when using Maven's `spring-boot:run` or Gradle's `bootRun`.
128
+
129
+
NOTE: When enabling reproducible builds, the entries in the classpath index file are sorted alphabetically.
0 commit comments