Skip to content

Commit a6b1f4c

Browse files
committed
Add a note about a fully executable jar's working directory
Closes gh-5164
1 parent 617c973 commit a6b1f4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-docs/src/main/asciidoc/deployment.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,9 @@ NOTE: Fully executable jars work by embedding an extra script at the front of th
401401
Not all tools currently accept this format so you may not always be able to use this
402402
technique.
403403

404+
NOTE: When a fully executable jar is run, it uses the jar's directory as the working
405+
directory.
406+
404407

405408

406409
[[deployment-service]]

0 commit comments

Comments
 (0)