fixing small typo

This commit is contained in:
Amrut Prabhu
2022-12-23 16:37:57 +01:00
committed by GitHub
parent df10461132
commit b2b0b69fd2

View File

@@ -183,7 +183,7 @@ As pointed out in the <<Notes on JAR Layout>>, you will need a shaded jar in ord
to AWS Lambda. You can use the https://maven.apache.org/plugins/maven-shade-plugin/[Maven Shade Plugin] for that.
The example of the <<shade-plugin-setup,setup>> can be found above.
You can use theSpring Boot Maven Plugin to generate the <<thin-jar>>.
You can use the Spring Boot Maven Plugin to generate the <<thin-jar>>.
[source,xml]
----
<plugin>