DefaultLocationConfiguration Class — spring-boot Architecture
Architecture documentation for the DefaultLocationConfiguration class in ResourceConditionTests.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/ResourceConditionTests.java lines 81–90
@Configuration(proxyBeanMethods = false)
@Conditional(DefaultLocationResourceCondition.class)
static class DefaultLocationConfiguration {
@Bean
String foo() {
return "foo";
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free