From c417e90215160b6d597782ebaa08d990ac9552c9 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 18 Jun 2015 23:09:56 -0700 Subject: [PATCH] Update executable jar documentation See gh-3243 --- spring-boot-docs/src/main/asciidoc/deployment.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-docs/src/main/asciidoc/deployment.adoc index f3b23555cd..e128b49813 100644 --- a/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -445,6 +445,10 @@ the default behavior in a script or on the command line: in the script. |=== +TIP: With the exception of `JARFILE` and `APP_NAME`, the above settings can be placed in +a `.conf` next to the jar. For example the jar `/var/myapp/myapp.jar` would attempt to +source the configuration file `/var/myapp/myapp.conf`. + [[deployment-whats-next]]