public interface SpringApplicationInitializer
SpringApplication
before it
is runs. A SpringApplicationInitializer
can optionally implement
EnvironmentAware
if it needs to access or configure the underling application
Environment
.Modifier and Type | Method and Description |
---|---|
void |
initialize(SpringApplication springApplication,
String[] args)
Initialize the application
|
void initialize(SpringApplication springApplication, String[] args)
springApplication
- the spring application.args
- the run argumentsCopyright © 2013. All rights reserved.