MultiplePropertySourcesPlaceholderConfigurerConfiguration Class — spring-boot Architecture
Architecture documentation for the MultiplePropertySourcesPlaceholderConfigurerConfiguration class in PropertySourcesDeducerTests.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/PropertySourcesDeducerTests.java lines 105–118
@Configuration(proxyBeanMethods = false)
static class MultiplePropertySourcesPlaceholderConfigurerConfiguration {
@Bean
static PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer1() {
return new PropertySourcesPlaceholderConfigurer();
}
@Bean
static PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer2() {
return new PropertySourcesPlaceholderConfigurer();
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free