DuplicateBeansProducer Class — spring-boot Architecture
Architecture documentation for the DuplicateBeansProducer class in NoUniqueBeanDefinitionFailureAnalyzerTests.java from the spring-boot codebase.
Entity Profile
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/diagnostics/analyzer/NoUniqueBeanDefinitionFailureAnalyzerTests.java lines 173–183
@Configuration(proxyBeanMethods = false)
@ComponentScan(basePackageClasses = TestBean.class)
@ImportResource("classpath:producer.xml")
static class DuplicateBeansProducer {
@Bean
TestBean beanTwo() {
return new TestBean();
}
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free