摘要:
正常的是要如上图这样,但是默认的只有resources这一个文件夹,我就不折腾了 解决方法: 按照上图顺序就可以了 阅读全文
摘要:
<bean id="conllectionBean" class="com.test.inject.conllection.ConllectionBean"> <property name="str"> <list> <value>111</value> <value>222</value> <va 阅读全文
摘要:
<bean id="categroy" class="com.test.inject.Category" p:cateName="服装"></bean> <bean id="calculate" class="com.test.inject.PriceCalculate"></bean> <bean 阅读全文
摘要:
1.先在命名空间上引入:p xmlns:p="http://www.springframework.org/schema/p" 2.这样property标签就可以合并入bean标签里面了,比如: <bean id="mep" class="com.test.inject.Me" p:name="ab 阅读全文