Class and Description |
---|
ExitCodeGenerator
Interface used to generate an 'exit code' from a running command line
SpringApplication . |
SpringApplication
Classes that can be used to bootstrap and launch a Spring application from a Java main
method.
|
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 |
---|
SpringApplicationEnvironmentAvailableEvent
Event published when a
SpringApplication is starting up and the
Environment is first available for inspection and modification. |
Class and Description |
---|
SpringApplicationStartEvent
Event published as early as conceivably possible as soon as a
SpringApplication
has been started - before the Environment or ApplicationContext is
available, but after the ApplicationListener s have been registered. |
Copyright © 2014. All rights reserved.