Browse Source

Fix typos (see gh-1135)

pull/1165/head
Dave Syer 12 years ago
parent
commit
0e5201abe2
  1. 2
      spring-boot-docs/src/main/asciidoc/howto.adoc

2
spring-boot-docs/src/main/asciidoc/howto.adoc

@ -1622,7 +1622,7 @@ bootRepackage {
=== Create a non-executable JAR with exclusions === Create a non-executable JAR with exclusions
Often if you have an executable and a non-executable jar Often if you have an executable and a non-executable jar
as biuld products, the executable version will have additional as build products, the executable version will have additional
configuration files that are not needed in a library jar. E.g. the configuration files that are not needed in a library jar. E.g. the
`application.yml` configuration file might excluded from the `application.yml` configuration file might excluded from the
non-executable JAR. non-executable JAR.

Loading…
Cancel
Save