摘要: 给容器中注册组件 1、包扫描+组件标注注解(@Controller/@service/@Repository/@compement) 2、@Bean[导入的第三方包里面的组件 ] 3、@Scope设置组件作用域 4、@Lazy 懒加载 5、@Conditional 按照条件注册bean 6、@Imp 阅读全文
posted @ 2018-08-01 18:53 Kmily_Lee 阅读(1511) 评论(0) 推荐(0) 编辑