1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Use 'proxyBeanMethods = false' where possible.

This commit is contained in:
echooymxq
2019-12-05 22:29:29 +08:00
parent c765fc088d
commit b86503c0ad
55 changed files with 73 additions and 73 deletions

View File

@@ -32,7 +32,7 @@ import org.springframework.context.annotation.Configuration;
/**
* @author pbting
*/
@Configuration
@Configuration(proxyBeanMethods = false)
@EnableConfigurationProperties
@ConditionalOnClass(SendSmsRequest.class)
@ConditionalOnProperty(value = "spring.cloud.alicloud.sms.enable", matchIfMissing = true)