当前位置 : 主页 > 编程语言 > java >

ssm___web.xml

来源:互联网 收集:自由互联 发布时间:2021-06-28
web.xml配置详解 Archetype Created Web Application contextConfigLocation classpath:spring-mybatis.xml encodingFilter org.springframework.web.filter.CharacterEncodingFilter true encoding UTF-8 encodingFilter /* org.springframework.web.con
web.xml配置详解
   

   
    
  
   Archetype Created Web Application
    
    
    
    
   
   
    contextConfigLocation
    
   
    classpath:spring-mybatis.xml
    
    
    
    
    
   
   
    encodingFilter
    
   
    org.springframework.web.filter.CharacterEncodingFilter
    
   
    true
    
    
    
     encoding
     
    
     UTF-8
     
    
    
    
   
   
    encodingFilter
    
   
    /*
    
    
    
    
    
   
   
    org.springframework.web.context.ContextLoaderListener
    
    
    
    
    
   
   
    org.springframework.web.util.IntrospectorCleanupListener
    
    
    
    
    
    
   
   
    SpringMVC
    
   
    org.springframework.web.servlet.DispatcherServlet
    
    
    
     contextConfigLocation
     
    
     classpath:spring-mvc.xml
     
    
   
    1
    
   
    true
    
    
    
   
   
    SpringMVC
    
    
   
    /
    
    
    
    
  
    
   
   
    /index.jsp
    
    
    

 
上一篇:java参数传递方式
下一篇:mock测试应用
网友评论