开发者社区 问答 正文

在applicationContext.xml修改后,启动tomcat就报错了

开发是遇到了这个错误,网上说jar包冲突,其实没有。说路径不对也没有。找大侠解决。谢谢。

展开
收起
a123456678 2016-03-10 10:03:00 2792 分享 版权
1 条回答
写回答
取消 提交回答
  • 配置文件:

    autowire="byName"/>
    
    <bean id="inspectllservice" parent="txProxyHibernateTemplate">
        <property name="target">
            <bean class="cn.com.beapp.jldd.service.Inspectionple" autowire="byName"/>
        </property>
    </bean>
    2019-07-17 18:56:56
    赞同 展开评论