Home / Class/ PropertySourceVerifyingSpringBootServletInitializer Class — spring-boot Architecture

PropertySourceVerifyingSpringBootServletInitializer Class — spring-boot Architecture

Architecture documentation for the PropertySourceVerifyingSpringBootServletInitializer class in SpringBootServletInitializerTests.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/web/servlet/support/SpringBootServletInitializerTests.java lines 271–278

	static class PropertySourceVerifyingSpringBootServletInitializer extends SpringBootServletInitializer {

		@Override
		protected SpringApplicationBuilder configure(SpringApplicationBuilder builder) {
			return builder.sources(TestApp.class).listeners(new PropertySourceVerifyingApplicationListener());
		}

	}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free