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:
@@ -23,7 +23,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
*
|
||||
* @author xiaolongzuo
|
||||
*/
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
public class ScxAutoConfiguration {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user