Skip to content

Commit 5db85a8

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-38023
2 parents e742321 + a20f81b commit 5db85a8

File tree

1 file changed

+2
-0
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/executable-jar

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ These files, however, are _not_ parsed internally as YAML and they must be writt
8989
[[appendix.executable-jar.nested-jars.classpath-index]]
9090
=== Classpath Index
9191
The classpath index file can be provided in `BOOT-INF/classpath.idx`.
92+
Typically, it is generated automatically by Spring Boot's Maven and Gradle build plugins.
9293
It provides a list of jar names (including the directory) in the order that they should be added to the classpath.
94+
When generated by the build plugins, this classpath ordering matches that used by the build system for running and testing the application.
9395
Each line must start with dash space (`"-·"`) and names must be in double quotes.
9496

9597
For example, given the following jar:

0 commit comments

Comments
 (0)