spring之p命名空间注入
Posted more harder, the more fortunat
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring之p命名空间注入相关的知识,希望对你有一定的参考价值。
<bean id="personId" class="com.itheima.f_xml.c_p.Person" p:pname="禹太璞" p:age="22" p:homeAddr-ref="homeAddrId" p:companyAddr-ref="companyAddrId"> </bean> <bean id="homeAddrId" class="com.itheima.f_xml.c_p.Address" p:addr="DG" p:tel="东莞"> </bean> <bean id="companyAddrId" class="com.itheima.f_xml.c_p.Address" p:addr="DG" p:tel="岛国"> </bean>
以上是关于spring之p命名空间注入的主要内容,如果未能解决你的问题,请参考以下文章