Running Type — spring-boot Architecture
Architecture documentation for the Running type/interface in SpringApplication.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java lines 1579–1588
public interface Running {
/**
* Return the root {@link ConfigurableApplicationContext} of the running
* application.
* @return the root application context
*/
ConfigurableApplicationContext getApplicationContext();
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free