Package | Description |
---|---|
org.springframework.boot |
Core Spring Boot classes.
|
org.springframework.boot.autoconfigure |
Spring Boot's auto-configuration capabilities.
|
org.springframework.boot.autoconfigure.batch |
Auto-configuration for Spring Batch.
|
org.springframework.boot.builder |
Fluent 'builder' style API to construct a
SpringApplication . |
org.springframework.boot.cloud |
Low level support for Cloud deployments.
|
org.springframework.boot.context.config |
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
|
org.springframework.boot.context.event |
ApplicationEvents triggered by
Spring Boot. |
org.springframework.boot.devtools.env |
DevTools classes relating to Spring Framework's
Environment . |
org.springframework.boot.env |
Spring
Environment support. |
org.springframework.boot.reactor |
Support classes for Reactor integration.
|
org.springframework.boot.test.context |
Classes and annotations related to configuring Spring's
ApplicationContext for
tests. |
org.springframework.boot.web.servlet.support |
Support classes for Servlet-based web servers.
|
Class and Description |
---|
ApplicationArguments
Provides access to the arguments that were used to run a
SpringApplication . |
ApplicationContextFactory
Strategy interface for creating the
ConfigurableApplicationContext used by a
SpringApplication . |
Banner
Interface class for writing a banner programmatically.
|
Banner.Mode
An enumeration of possible values for configuring the Banner.
|
BootstrapContext
A simple bootstrap context that is available during startup and
Environment
post-processing up to the point that the ApplicationContext is prepared. |
BootstrapContextClosedEvent
ApplicationEvent published by a BootstrapContext when it's closed. |
Bootstrapper
Callback interface that can be used to initialize a
BootstrapRegistry before it
is used. |
BootstrapRegistry
A simple object registry that is available during startup and
Environment
post-processing up to the point that the ApplicationContext is prepared. |
BootstrapRegistry.InstanceSupplier
Supplier used to provide the actual instance when needed.
|
BootstrapRegistry.Scope
The scope of a instance.
|
ConfigurableBootstrapContext
A
BootstrapContext that also provides configuration methods via the
BootstrapRegistry interface. |
DefaultPropertiesPropertySource
MapPropertySource containing default properties contributed directly to a
SpringApplication . |
ExitCodeGenerator
Interface used to generate an 'exit code' from a running command line
SpringApplication . |
ImageBanner.PixelMode
Pixel modes supported by the image banner.
|
LazyInitializationExcludeFilter
Filter that can be used to exclude beans definitions from having their
lazy-init set by the
LazyInitializationBeanFactoryPostProcessor . |
WebApplicationType
An enumeration of possible types of web application.
|
Class and Description |
---|
SpringBootConfiguration
Indicates that a class provides Spring Boot application
@Configuration . |
Class and Description |
---|
ApplicationArguments
Provides access to the arguments that were used to run a
SpringApplication . |
ApplicationRunner
Interface used to indicate that a bean should run when it is contained within
a
SpringApplication . |
ExitCodeGenerator
Interface used to generate an 'exit code' from a running command line
SpringApplication . |
Class and Description |
---|
ApplicationContextFactory
Strategy interface for creating the
ConfigurableApplicationContext used by a
SpringApplication . |
Banner
Interface class for writing a banner programmatically.
|
Banner.Mode
An enumeration of possible values for configuring the Banner.
|
Bootstrapper
Callback interface that can be used to initialize a
BootstrapRegistry before it
is used. |
SpringApplication
Class that can be used to bootstrap and launch a Spring application from a Java main
method.
|
WebApplicationType
An enumeration of possible types of web application.
|
Class and Description |
---|
SpringApplication
Class that can be used to bootstrap and launch a Spring application from a Java main
method.
|
Class and Description |
---|
ConfigurableBootstrapContext
A
BootstrapContext that also provides configuration methods via the
BootstrapRegistry interface. |
SpringApplication
Class that can be used to bootstrap and launch a Spring application from a Java main
method.
|
Class and Description |
---|
ConfigurableBootstrapContext
A
BootstrapContext that also provides configuration methods via the
BootstrapRegistry interface. |
SpringApplication
Class that can be used to bootstrap and launch a Spring application from a Java main
method.
|
SpringApplicationRunListener
Listener for the
SpringApplication run method. |
Class and Description |
---|
SpringApplication
Class that can be used to bootstrap and launch a Spring application from a Java main
method.
|
Class and Description |
---|
ConfigurableBootstrapContext
A
BootstrapContext that also provides configuration methods via the
BootstrapRegistry interface. |
SpringApplication
Class that can be used to bootstrap and launch a Spring application from a Java main
method.
|
Class and Description |
---|
SpringApplication
Class that can be used to bootstrap and launch a Spring application from a Java main
method.
|
Class and Description |
---|
SpringApplication
Class that can be used to bootstrap and launch a Spring application from a Java main
method.
|
Class and Description |
---|
SpringApplication
Class that can be used to bootstrap and launch a Spring application from a Java main
method.
|