关注微信公众号,从此撸代码再也不孤独了,因为从此有你在我身边
Y狼人
在当前类需要用到其他类的对象,由spring为我们提供,我们只需要在配置文件中说明依赖关系的维护:就称之为依赖注入。
注入的方式:有三种 第一种:使用构造函数提供 第二种:使用set方法提供 第三种:使用注解
constructor-arg> constructor-arg> constructor-arg>bean>
property> property> property> bean>
复杂类型的注入/集合类型的注入 用于给List结构集合注入的标签:list array set 用于个Map结构集合注入的标签: map props 结构相同,标签可以互换
AAAvalue> BBBvalue> CCCvalue> set> property> AAAvalue> BBBvalue> CCCvalue> array> property> AAAvalue> BBBvalue> CCCvalue> list> property> cccprop> dddprop> props> property>