ApplicationEnvironmentPreparedEvent
Event published when a SpringApplication is starting up and the Environment is first available for inspection and modification.
Author
Dave Syer
Since
1.0.0
Constructors
Link copied to clipboard
constructor(bootstrapContext: ConfigurableBootstrapContext, application: SpringApplication, args: Array<String>, environment: ConfigurableEnvironment)
Create a new ApplicationEnvironmentPreparedEvent instance.