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

不能读取applicationConetext.xml文件?

Action、service类中以及struts.xml中都不能得到spring创建的bean,为什么

正在回答

1 回答

web.xml中要如下配置Spring:

<!-- Spring框架核心监听器 -->

  <listener>  

    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>  

 </listener>  

<context-param>  

<param-name>contextConfigLocation</param-name>    

<param-value>classpath:applicationContext.xml  

</param-value>    

</context-param>


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

举报

0/150
提交
取消

不能读取applicationConetext.xml文件?

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