diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 32c6f70da4..adae116acf 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -74,7 +74,7 @@ display (surrounded with brackets and prefixed with `v`). For example `(v1.0)`. brackets and prefixed with `v`). For example `(v{spring-boot-version})`. |=== -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.