你的位置:首页 > 软件开发 > Java > struts2 hibernate spring 整合

struts2 hibernate spring 整合

发布时间:2017-03-28 00:00:38
web.    <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:applicationCon ...

struts2 hibernate spring 整合

struts2 hibernate spring 整合

web.

 

   <context-param>    <param-name>contextConfigLocation</param-name>    <param-value>classpath:applicationContext*.</param-value>   </context-param>  <listener>    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>  </listener>    <filter>    <filter-name>struts2</filter-name>    <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>  </filter>  <filter-mapping>    <filter-name>struts2</filter-name>    <url-pattern>/*</url-pattern>  </filter-mapping>

原标题:struts2 hibernate spring 整合

关键词:Spring

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录