Spring 常用注解,了解一下?
@Autowired类的继承关系:
具体实现流程:
使用 Autowired 极大简化了我们的开发,其原理是:
使用了 AutowiredAnnotationBeanPostProcessor 接口
2018-04-10