web.xml配置详解




    Archetype Created Web Application

    
        characterEncodingFilter
        org.springframework.web.filter.CharacterEncodingFilter
        
            encoding
            UTF-8
        
        
            forceEncoding
            true
        
    
    
        characterEncodingFilter
        /*
    

    
        org.springframework.web.context.request.RequestContextListener
    

    
        org.springframework.web.context.ContextLoaderListener
    
    
        contextConfigLocation
        
            classpath:applicationContext.xml
        
    

    
        dispatcher
        org.springframework.web.servlet.DispatcherServlet
        1
    



    
        dispatcher
        *.do
    




你可能感兴趣的:(web.xml配置详解)