摘要: 一、@Autowired注解是按类型装配依赖对象,默认情况下它要求依赖对象必须存在,如果允许null值,可以设置它required属性为false。 1、@Autowired是Spring自带的注解,通过AutowiredAnnotationBeanPostProcessor 类实现的依赖注入 2、 阅读全文
posted @ 2020-07-22 11:02 蛋挞小子 阅读(238) 评论(0) 推荐(0) 编辑