为了账号安全,请及时绑定邮箱和手机立即绑定

使用了set注入后,xml中的<property>还需要加吗?

比如业务层引入事务模板,并提供了set方法,那么在applicationContext.xml中,service那个bean中还需要添加<property>指向事务模板对象吗?

正在回答

1 回答

肯定要加的,这个都是要的

0 回复 有任何疑惑可以回复我~
#1

江篱芷 提问者

无需property,只setter就可注入,麻烦老师解释下,简略如下 <bean id="baseTxProxy" class="org.springframework.aop.framework.ProxyFactoryBean" abstract="true"> ... <bean id="userService" parent="baseTxProxy"> <property name="target"><bean class="XXX.UserServiceImpl" autowire="byName"/></property> </bean>
2021-12-18 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

使用了set注入后,xml中的<property>还需要加吗?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信