Interface | 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 | Description |
---|---|
SpringApplication |
Classes that can be used to bootstrap and launch a Spring application from a Java main
method.
|
SpringApplicationBeforeRefreshEvent |
Event published as when a
SpringApplication is starting up and the
ApplicationContext is about to refresh. |
SpringApplicationEnvironmentAvailableEvent |
Event published when a
SpringApplication is starting up and the
Environment is first available for inspection and modification. |
SpringApplicationErrorEvent |
Event published by a
SpringApplication when it fails to start. |
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.