spring+springmvc+hibernate配置解析

 

1、先来看看web.xml中配置的流程
 
  Coding_Family        Test.jsp  

2、具体按流程配置web.xml

 
 
  Coding_Family   springmvc org.springframework.web.servlet.DispatcherServlet  contextConfigLocation classpath:applicationContext-Springmvc.xml  1    springmvc /    characterEncodingFilter org.springframework.web.filter.CharacterEncodingFilter  encoding UTF-8    characterEncodingFilter /*    openSession org.springframework.orm.hibernate3.support.OpenSessionInViewFilter  flushMode AUTO     openSession /*    contextConfigLocation classpath:applicationContext.xml    org.springframework.web.context.ContextLoaderListener   Test.jsp  

3、看看applicationContext.xml的配置文件

 
 
           

4、applicationContext-SpringMvc.xml

 
 
           

 

 

 

 

 

 

 

 

 

 

 

你可能感兴趣的:(spring生态,ssh配置文件详解,spring,springMVC配置详解)