ExampleConfiguration Class — spring-boot Architecture
Architecture documentation for the ExampleConfiguration class in ExampleConfiguration.java from the spring-boot codebase.
Entity Profile
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/context/filtersample/ExampleConfiguration.java lines 22–30
@Configuration(proxyBeanMethods = false)
public class ExampleConfiguration {
@Bean
public String example() {
return "test";
}
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free