Commit c605675b authored by Dimitri's avatar Dimitri Committed by Stephane Nicoll

Fix wrong class reference

Closes gh-4551
parent 2fe08194
...@@ -74,7 +74,7 @@ display (surrounded with brackets and prefixed with `v`). For example `(v1.0)`. ...@@ -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})`. 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 a banner programmatically. Use the `org.springframework.boot.Banner` interface and
implement your own `printBanner()` method. implement your own `printBanner()` method.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment