Package | Description |
---|---|
org.springframework.boot |
Core Spring Boot classes.
|
org.springframework.boot.autoconfigure.batch | |
org.springframework.boot.builder |
Fluent 'builder' style API to construct a
SpringApplication . |
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 | |
org.springframework.boot.test |
Classes and utilities that are useful when unit-testing Spring Boot applications.
|
Class and Description |
---|
ExitCodeGenerator
Interface used to generate an 'exit code' from a running command line
SpringApplication . |
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 |
---|
SpringApplication
Classes that can be used to bootstrap and launch a Spring application from a Java main
method.
|
Class and Description |
---|
SpringApplication
Classes that can be used to bootstrap and launch a Spring application from a Java main
method.
|
Class and Description |
---|
SpringApplication
Classes 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
Classes that can be used to bootstrap and launch a Spring application from a Java main
method.
|
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.