1 导入相关jar包

2 编写配置文件

web.xml----配置spring springmvc

                 
  
  	contextConfigLocation
  	classpath:applicationContext.xml
  
  
  	org.springframework.web.context
  
  
                 
  
  	springmvc
  	org.springframework.web.servlet.DispatcherServlet
  		
  			contextConfigLocation
  			classpath:mvc.xml
  		
  	1
  
  
  	springmvc
  	*.do
  

mvc.xml-----springmvc使用注解,如果需要json或其他处理需填写相关配置


 
	
	
	

appilicationContext---------spring


 
  
  
  	
  
  
  
  	
  	
  	
  	
  
  
  
  		
  		
  
  
  
  
   	
  
  
  	
  		
  		
  		
  	
  
  
  	
	  
  
  
   
  

mybatis-config.cml----------mybatis