Set 'proxyBeanMethods' to false
This commit is contained in:
@@ -30,7 +30,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
* @author Oleg Zhurakousky
|
||||
*/
|
||||
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
public class ExtendedBindingHandlerMappingsProviderConfiguration {
|
||||
|
||||
@Bean
|
||||
|
||||
@@ -57,7 +57,7 @@ import org.springframework.util.StringUtils;
|
||||
* @author Chris Bono
|
||||
* @author Soby Chacko
|
||||
*/
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@ConditionalOnMissingBean(Binder.class)
|
||||
@Import({ RabbitMessageChannelBinderConfiguration.class,
|
||||
RabbitBinderConfiguration.RabbitHealthIndicatorConfiguration.class })
|
||||
|
||||
@@ -58,7 +58,7 @@ import org.springframework.lang.Nullable;
|
||||
* @author Gary Russell
|
||||
* @author Ben Blinebury
|
||||
*/
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
@Import({ PropertyPlaceholderAutoConfiguration.class })
|
||||
@EnableConfigurationProperties({ RabbitBinderConfigurationProperties.class,
|
||||
RabbitExtendedBindingProperties.class })
|
||||
|
||||
Reference in New Issue
Block a user