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 |
ResourceBanner
Banner implementation that prints from a source
Resource . |
Modifier and Type | Method and Description |
---|---|
void |
SpringApplication.setBanner(Banner banner)
Sets the
Banner instance 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
Banner instance which will be used to print the banner when no
static banner file is provided. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.