Home / Class/ CustomSpringApplication Class — spring-boot Architecture

CustomSpringApplication Class — spring-boot Architecture

Architecture documentation for the CustomSpringApplication class in SpringApplicationBuilderTests.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/builder/SpringApplicationBuilderTests.java lines 370–379

	static class CustomSpringApplication extends SpringApplication {

		private final @Nullable ResourceLoader resourceLoader;

		CustomSpringApplication(@Nullable ResourceLoader resourceLoader, Class<?>... primarySources) {
			super(resourceLoader, primarySources);
			this.resourceLoader = resourceLoader;
		}

	}

Domain

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free