Commit df4e0883 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix inconsistency in doc

See gh-3280
parent fd6d61e8
...@@ -152,8 +152,8 @@ used with the following configuration: ...@@ -152,8 +152,8 @@ used with the following configuration:
spring.main.show-banner=true spring.main.show-banner=true
---- ----
The actual application will _not_ show the banner and use three sources for the The actual application will _now_ show the banner (as overrided by configuration) and use
`ApplicationContext` (in that order): `demo.MyApp`, `com.acme.Config`, three sources for the `ApplicationContext` (in that order): `demo.MyApp`, `com.acme.Config`,
`com.acme.ExtraConfig`. `com.acme.ExtraConfig`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment