From a6b1f4ce6379ce01f5fdb3b24c95704980e25ce1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 24 Feb 2016 10:30:41 +0000 Subject: [PATCH] Add a note about a fully executable jar's working directory Closes gh-5164 --- spring-boot-docs/src/main/asciidoc/deployment.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-docs/src/main/asciidoc/deployment.adoc index 41e25a817bd..329f36c19f4 100644 --- a/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -401,6 +401,9 @@ NOTE: Fully executable jars work by embedding an extra script at the front of th Not all tools currently accept this format so you may not always be able to use this technique. +NOTE: When a fully executable jar is run, it uses the jar's directory as the working +directory. + [[deployment-service]]