From b2a51e4504e4072e4a75875a6eef4a7c12c487cb Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 3 Feb 2021 17:45:18 -0800 Subject: [PATCH] Polish asciidoctor formatting --- .../src/docs/asciidoc/spring-boot-features.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc index 86ae9c684fe..a8e5658c3c5 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc @@ -8901,14 +8901,12 @@ Disable launch script configuration when building a jar file that is intended to Here’s how you can launch your jar with a `layertools` jar mode: -[source] ---- $ java -Djarmode=layertools -jar my-app.jar ---- This will provide the following output: -[source] ---- Usage: java -Djarmode=layertools -jar my-app.jar @@ -8922,7 +8920,6 @@ Available commands: The `extract` command can be used to easily split the application into layers to be added to the dockerfile. Here's an example of a Dockerfile using `jarmode`. -[source] ---- FROM adoptopenjdk:11-jre-hotspot as builder WORKDIR application