Home / Class/ TestProfileConfiguration Class — spring-boot Architecture

TestProfileConfiguration Class — spring-boot Architecture

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

Entity Profile

Source Code

build-plugin/spring-boot-maven-plugin/src/intTest/projects/aot-arguments/src/main/java/org/test/TestProfileConfiguration.java lines 23–32

@Configuration(proxyBeanMethods = false)
@Profile("abc")
class TestProfileConfiguration {

	@Bean
	public String abc() {
		return "abc";
	}

}

Analyze Your Own Codebase

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

Try Supermodel Free