Polish "Add some more notes on running exploded jar files"

See gh-18477
This commit is contained in:
Stephane Nicoll
2019-10-15 10:02:53 +02:00
parent 3f2dd30808
commit 4efb4d1dd3

View File

@@ -202,6 +202,8 @@ COPY ${DEPENDENCY}/BOOT-INF/classes /app
ENTRYPOINT ["java","-cp","app:app/lib/*","com.example.MyApplication"]
----
[[executable-jar-property-launcher-features]]
== `PropertiesLauncher` Features
`PropertiesLauncher` has a few special features that can be enabled with external properties (System properties, environment variables, manifest entries, or `loader.properties`).