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 . |
SpringApplicationInitializer |
Strategy interface that can be used to initialize a
SpringApplication before it
is runs. |
Class | Description |
---|---|
SpringApplication |
Classes that can be used to bootstrap and launch a Spring application from a Java main
method.
|
Copyright © 2013. All rights reserved.