问题描述
- 在applicationContext.xml修改后,启动tomcat就报错了
-
开发是遇到了这个错误,网上说jar包冲突,其实没有。说路径不对也没有。找大侠解决。谢谢。
解决方案
配置文件:
autowire="byName"/>
<bean id="inspectllservice" parent="txProxyHibernateTemplate">
<property name="target">
<bean class="cn.com.beapp.jldd.service.Inspectionple" autowire="byName"/>
</property>
</bean>
解决方案二:
配置文件:
autowire="byName"/>
<bean id="inspectllservice" parent="txProxyHibernateTemplate">
<property name="target">
<bean class="cn.com.beapp.jldd.service.Inspectionple" autowire="byName"/>
</property>
</bean>
时间: 2024-11-03 21:53:36