整合struts2与spring

1、在web.xml中配置spring监听器

  
  
org.springframework.web.context.ContextLoaderListener
  
contextConfigLocation
  
classpath:applicationContext*.xml

2、添加jar包struts2-spring-plugin-2.1.8.1.jar

3、修改strut.xml

/test.jsp

4、运行

wKioL1OEdNKA5bUwAAE4Bi9bluA628.jpg

就能够整合strut2和spring