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 TypeMethodDescriptionReturn the rootConfigurableApplicationContextof the running application.
- 
Method Details- 
getApplicationContextConfigurableApplicationContext getApplicationContext()Return the rootConfigurableApplicationContextof the running application.- Returns:
- the root application context
 
 
-