Remove reference to 'layertools' in reference doc

See gh-43601
This commit is contained in:
Tran Ngoc Nhan 2024-12-24 08:22:21 +07:00 committed by Stéphane Nicoll
parent a5b917f9aa
commit 01cd8969e2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ When you create a jar containing the layers index file, the `spring-boot-jarmode
With this jar on the classpath, you can launch your application in a special mode which allows the bootstrap code to run something entirely different from your application, for example, something that extracts the layers.
CAUTION: The `tools` mode can not be used with a xref:how-to:deployment/installing.adoc[fully executable Spring Boot archive] that includes a launch script.
Disable launch script configuration when building a jar file that is intended to be used with `layertools`.
Disable launch script configuration when building a jar file that is intended to be used with `extract` tools mode command.
Heres how you can launch your jar with a `tools` jar mode: