摘要: 一.测试环境的搭建: public class Apple { } @Component public class MyComponet { } public class MyCondition implements Condition { @Override public boolean matc 阅读全文
posted @ 2020-07-30 16:32 yangxiaohui227 阅读(587) 评论(0) 推荐(0)
摘要: 一.源码环境的搭建: @Component @Scope(scopeName = ConfigurableBeanFactory.SCOPE_SINGLETON,proxyMode = ScopedProxyMode.TARGET_CLASS) public class MyMath impleme 阅读全文
posted @ 2020-07-30 12:33 yangxiaohui227 阅读(966) 评论(0) 推荐(0)