| Package | Description | 
|---|---|
| org.springframework.boot | Core Spring Boot classes. | 
| org.springframework.boot.builder | Fluent 'builder' style API to construct a
  SpringApplication. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ImageBannerBanner implementation that prints ASCII art generated from an image resource
  Resource. | 
| class  | ResourceBannerBanner implementation that prints from a source text  Resource. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpringApplication. setBanner(Banner banner)Sets the  Bannerinstance which will be used to print the banner when no
 static banner file is provided. | 
| Modifier and Type | Method and Description | 
|---|---|
| SpringApplicationBuilder | SpringApplicationBuilder. banner(Banner banner)Sets the  Bannerinstance which will be used to print the banner when no
 static banner file is provided. | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.