Skip to content

Commit

Permalink
Merge branch '3.3.x'
Browse files Browse the repository at this point in the history
Closes gh-43605
  • Loading branch information
snicoll committed Dec 24, 2024
2 parents 97f9589 + 8e3ce14 commit 8af1778
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 the `extract` tools mode command.

Here’s how you can launch your jar with a `tools` jar mode:

Expand Down

0 comments on commit 8af1778

Please sign in to comment.