Fix inconsistency in doc

See gh-3280
This commit is contained in:
Stephane Nicoll
2015-06-18 16:55:28 +02:00
parent fd6d61e8b4
commit df4e08834b

View File

@@ -152,8 +152,8 @@ used with the following configuration:
spring.main.show-banner=true
----
The actual application will _not_ show the banner and use three sources for the
`ApplicationContext` (in that order): `demo.MyApp`, `com.acme.Config`,
The actual application will _now_ show the banner (as overrided by configuration) and use
three sources for the `ApplicationContext` (in that order): `demo.MyApp`, `com.acme.Config`,
`com.acme.ExtraConfig`.