Fix typos in packaging docs

See gh-20630
This commit is contained in:
dreis2211
2020-03-24 07:39:50 +01:00
committed by Stephane Nicoll
parent 0717de723f
commit f95e9543dc
3 changed files with 5 additions and 5 deletions

View File

@@ -8051,7 +8051,7 @@ For Gradle, refer to the {spring-boot-gradle-plugin-docs}/#packaging-layered-jar
=== Writing the Dockerfile
When you create a layered jar, the `spring-boot-layertools` jar will be added as a dependency to your jar.
When you create a layered jar, the `spring-boot-jarmode-layertools` jar will be added as a dependency to your jar.
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.
Heres how you can launch your jar with a `layertools` jar mode: