课程主要分为容器、web两个方面的介绍。 容器: 组件注册: 组件添加,@Bean,@Configuration,@Component,@Service,@Controller,@Repository,@Import,FactoryBean 组件赋值,组件注入 容器优势: AOP 声明式事务 内部原理: bean注册到销毁的生命周期 spring的各种钩子函数 web: 来源:https://www.cnblogs.com/demo12138/p/12502770.html 标签 web容器 spring原理