<bean id="productService" parent="baseTxService">
<property name="target">
<bean class="neo.app.service.ProductService" />
</property>
</bean>
我的理解是在父类中有一个target属性,我们给这个对象赋予class指定类的对象
<bean id="productService" parent="baseTxService">
<property name="target">
<bean class="neo.app.service.ProductService" />
</property>
</bean>
我的理解是在父类中有一个target属性,我们给这个对象赋予class指定类的对象
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。