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

See gh-18477
pull/18612/head
Stephane Nicoll 5 years ago
parent 3f2dd30808
commit 4efb4d1dd3

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

Loading…
Cancel
Save