spring hibernate struts 2 整合里面的监听配置代码

<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>

posted on 2016-11-30 15:32  benben1230  阅读(126)  评论(0)    收藏  举报