站内搜索:
首页 >> 前端 >> 内容
SSM_OA的web.xml文件简单配置

时间:2017/8/23 9:11:00




    SSM_OA
    
        index.html
        index.htm
        index.jsp
        default.html
        default.htm
        default.jsp
    

    
    
        Set Character Encoding
        org.springframework.web.filter.CharacterEncodingFilter
        
            encoding
            utf8
        
        
        
            forceEncoding
            true
        
    
    
        Set Character Encoding
        /*
    

    
    
        contextConfigLocation
                
           classpath:config/spring-context.xml
        
    

    
    
        org.springframework.web.context.ContextLoaderListener
    
    
    
        spring
        org.springframework.web.servlet.DispatcherServlet
        
            contextConfigLocation
            classpath:config/spring-servlet.xml
        
        1
    

    
        spring
        /
    



  • 上一篇:从0开始一个React/ES6项目-Webpack初探番外
  • 下一篇:SpringMVC的配置文件
  • 返回顶部