Fix wrong class reference

Closes gh-4551
This commit is contained in:
Dimitri 2015-11-19 09:09:10 +01:00 committed by Stephane Nicoll
parent 2fe0819495
commit c605675b7a
1 changed files with 1 additions and 1 deletions

View File

@ -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.