Spring到SpringBoot 注解演变

Spring配置了大量xml文件后,越来越重。解决:基于发射 + 注解

 

SpingBoot2.0:IOC代理Bean

@Service

@Repository

@Controller

@Componet-Scan

 

SpingBoot3.0:完全去xml

@Configuration

@Import

@ComponetScan

 

SpingBoot4.0:自动装配需要的组件

@Enable | 模块化驱动,模块化装配

@Condition

 

SpingBoot5.0:优化

posted @ 2021-08-19 10:39  monkey66  阅读(40)  评论(0编辑  收藏  举报