Fix typos

Closes gh-4093
pull/4093/merge
r11runner 9 years ago committed by Stephane Nicoll
parent 44c1348094
commit 586f525a6b

@ -180,7 +180,7 @@ Maven is well supported by most Java IDEs. Refer to your vendor documentation.
== Integration tests
The sample application are used as integration tests during the build (when you
The sample applications are used as integration tests during the build (when you
`mvn install`). Due to the fact that they make use of the `spring-boot-maven-plugin`
they cannot be called directly, and so instead are launched via the
`maven-invoker-plugin`. If you encounter build failures running the integration tests,

@ -598,7 +598,7 @@ configuration to replace specific parts of the auto-configuration. For example,
you add your own `DataSource` bean, the default embedded database support will back away.
If you need to find out what auto-configuration is currently being applied, and why,
starting your application with the `--debug` switch. This will log an auto-configuration
start your application with the `--debug` switch. This will log an auto-configuration
report to the console.

Loading…
Cancel
Save