Package org.springframework.boot
Interface SpringApplication.Running
- Enclosing class:
- SpringApplication
public static interface SpringApplication.Running
Provides access to details of a 
SpringApplication run using
 SpringApplication.Augmented.run(String...).- Since:
- 3.1.0
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.context.ConfigurableApplicationContextReturn the rootConfigurableApplicationContextof the running application.
- 
Method Details- 
getApplicationContextorg.springframework.context.ConfigurableApplicationContext getApplicationContext()Return the rootConfigurableApplicationContextof the running application.- Returns:
- the root application context
 
 
-