码迷,mamicode.com
首页 > 编程语言 > 详细

struts2集成spring

时间:2014-09-27 22:10:10      阅读:243      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   sp   div   on   c   

1.在web.xml中加入以下配置 该配置可以在spring手册15.2章中找到

 

<!-- 配置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>

2.加入struts2-spring-plugin-2.3.16.1.jar

struts2集成spring

标签:style   blog   color   io   ar   sp   div   on   c   

原文地址:http://www.cnblogs.com/zhangjie9142/p/3997055.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!