摘要:
1、AnnotationConfigApplicationContext 使用AnnotationConfigApplicationContext 解析任何一个带有@ComponentScan(@ComponentScans) 的配置入口类,建立容器,注册bean,返回上下文。 与之对应的是 Cla 阅读全文
摘要:
课程主要分为容器、web两个方面的介绍。 容器: 组件注册: 组件添加,@Bean,@Configuration,@Component,@Service,@Controller,@Repository,@Import,FactoryBean 组件赋值,组件注入 容器优势: AOP 声明式事务 内部原 阅读全文