Browse Source

Merge branch '1.2.x'

pull/4582/head
Stephane Nicoll 10 years ago
parent
commit
e57244d8bc
  1. 2
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -78,7 +78,7 @@ brackets and prefixed with `v`). For example `(v{spring-boot-version})`. @@ -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.

Loading…
Cancel
Save