Sets proxyBeanMethods = false on test config

This commit is contained in:
spencergibb
2025-02-18 11:49:07 -05:00
parent 0716ec3a4d
commit ea074ac414

View File

@@ -45,7 +45,7 @@ import org.springframework.integration.config.EnableIntegration;
* @author Soby Chacko
* @see TestChannelBinder
*/
@Configuration
@Configuration(proxyBeanMethods = false)
@ConditionalOnMissingBean(Binder.class)
@Import(BinderFactoryAutoConfiguration.class)
@EnableIntegration