Package | Description |
---|---|
org.springframework.boot |
Core Spring Boot classes.
|
org.springframework.boot.builder |
Fluent 'builder' style API to construct a
SpringApplication . |
Modifier and Type | Method and Description |
---|---|
void |
SpringApplication.addBootstrapper(Bootstrapper bootstrapper)
Adds a
Bootstrapper that can be used to initialize the
BootstrapRegistry . |
Modifier and Type | Method and Description |
---|---|
SpringApplicationBuilder |
SpringApplicationBuilder.addBootstrapper(Bootstrapper bootstrapper)
Adds a
Bootstrapper that can be used to initialize the
BootstrapRegistry . |