本教程对应视频课程:http://edu.51cto.com/course/14731.html

1、Struts2-Spring-MyBatis整合

1.1、Spring-Mybaits整合

添加整合包:

mybatis-spring-1.3.2.jar

修改配置文件

  
   
         
         
         
         
   
   
   
         
    

注意对于mybatis原有的配置文件,在做一次修改




    
        
        
        
        
         
    
    
        
    

  
    
  

1.2、Spring-Struts2整合

1、添加jar包

spring-web-4.3.14.RELEASE.jar、struts2-spring-plugin-2.3.15.3.jar

2、配置web.xml文件



  ssm
  
    index.html
    index.htm
    index.jsp
    default.html
    default.htm
    default.jsp
  
    
        contextConfigLocation
        classpath:SpringContext.xml
    
    
        org.springframework.web.context.ContextLoaderListener
    
    
        struts2
        org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
    
    
        struts2
        /*
    

3、注意:




    
    
    
        
        
            list.jsp
        
    

最后:做一次测试即可