Spring boot的一个特点就是抛弃了bean定义的传统xml方式,采用了注解化自动解析的方式。比如Spring的启动入口就加入了注解@Spring。
@Spring
那么Spring boot中是如何自动化解析和处理annotation的呢?