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.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 . |
Banner
Interface class for writing a banner programmatically.
|
Banner.Mode
An enumeration of possible values for configuring the Banner.
|
ExitCodeGenerator
Interface used to generate an 'exit code' from a running command line
SpringApplication . |
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 |
---|
CommandLineRunner
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 |
---|
Banner
Interface class for writing a banner programmatically.
|
Banner.Mode
An enumeration of possible values for configuring the Banner.
|
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 |
---|
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.
|
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 |
---|
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.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.