From c0728e1288fb2bb8ca790ee545355e8567810212 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Mon, 9 Jan 2023 15:24:26 +0100 Subject: [PATCH] Polish documentation --- .../src/docs/asciidoc/container-images/efficient-images.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/container-images/efficient-images.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/container-images/efficient-images.adoc index b6cc601575..c7c68b8904 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/container-images/efficient-images.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/container-images/efficient-images.adoc @@ -22,7 +22,7 @@ One way to run an unpacked archive is by starting the appropriate launcher, as f ---- This is actually slightly faster on startup (depending on the size of the jar) than running from an unexploded archive. -At runtime you should not expect any differences. +After startup you should not expect any differences. Once you have unpacked the jar file, you can also get an extra boost to startup time by running the app with its "natural" main method instead of the `JarLauncher`. For example: