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

@@ -37,7 +37,7 @@ import static com.alibaba.alicloud.oss.OssConstants.OSS_TASK_EXECUTOR_BEAN_NAME;
*
* @author <a href="mailto:fangjian0423@gmail.com">Jim</a>
*/
@Configuration
@Configuration(proxyBeanMethods = false)
@ConditionalOnClass(OSS.class)
@ConditionalOnProperty(name = OssConstants.ENABLED, havingValue = "true",
matchIfMissing = true)