Skip to content

Commit 57f1f17

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Closes gh-25066
2 parents 9ac5151 + 187258a commit 57f1f17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ These files, however, are _not_ parsed internally as YAML and they must be writt
101101
[[executable-jar-war-index-files-classpath]]
102102
=== Classpath Index
103103
The classpath index file can be provided in `BOOT-INF/classpath.idx`.
104-
It provides a list of jar names (not including the directory) in the order that they should be added to the classpath.
104+
It provides a list of jar names (including the directory) in the order that they should be added to the classpath.
105105
Each line must start with dash space (`"-·"`) and names must be in double quotes.
106106

107107
For example, given the following jar:
@@ -124,8 +124,8 @@ The index file would look like this:
124124

125125
[indent=0]
126126
----
127-
- "dependency2.jar"
128-
- "dependency1.jar"
127+
- "BOOT-INF/lib/dependency2.jar"
128+
- "BOOT-INF/lib/dependency1.jar"
129129
----
130130

131131

0 commit comments

Comments
 (0)