属性注入即通过setter方法注入Bean的属性值或依赖的对象
属性注入使用<property>元素,使用name属性指定bean的属性名称,
value属性指定属性值
<property name=”” value=””/>
具体代码不再粘贴