This commit is contained in:
Stephane Nicoll 2015-06-18 16:55:59 +02:00
parent df4e08834b
commit b2960a7221
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ used with the following configuration:
spring.main.show-banner=true spring.main.show-banner=true
---- ----
The actual application will _now_ show the banner (as overrided by configuration) and use The actual application will _now_ show the banner (as overridden by configuration) and use
three sources for the `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`.