Merge branch '1.2.x'

This commit is contained in:
Stephane Nicoll 2015-11-23 09:42:27 +01:00
commit e57244d8bc
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ brackets and prefixed with `v`). For example `(v{spring-boot-version})`.
{sc-spring-boot}/ansi/AnsiPropertySource.{sc-ext}[`AnsiPropertySource`] for details.
|===
TIP: The `SpringBootApplication.setBanner(...)` method can be used if you want to generate
TIP: The `SpringApplication.setBanner(...)` method can be used if you want to generate
a banner programmatically. Use the `org.springframework.boot.Banner` interface and
implement your own `printBanner()` method.