We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bb60b commit c417e90Copy full SHA for c417e90
spring-boot-docs/src/main/asciidoc/deployment.adoc
@@ -445,6 +445,10 @@ the default behavior in a script or on the command line:
445
in the script.
446
|===
447
448
+TIP: With the exception of `JARFILE` and `APP_NAME`, the above settings can be placed in
449
+a `.conf` next to the jar. For example the jar `/var/myapp/myapp.jar` would attempt to
450
+source the configuration file `/var/myapp/myapp.conf`.
451
+
452
453
454
[[deployment-whats-next]]
0 commit comments