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

@@ -23,7 +23,7 @@ import org.springframework.context.annotation.Configuration;
*
* @author xiaolongzuo
*/
@Configuration
@Configuration(proxyBeanMethods = false)
public class ScxAutoConfiguration {
}