ssm整合web.xml文件配置

  
    
        contextConfigLocation
        classpath:applicationContext.xml
    

    
    
        CharacterEncodingFilter
        org.springframework.web.filter.CharacterEncodingFilter
        
            encoding
            UTF-8
        

    
    
        CharacterEncodingFilter
        /*
    

    
        org.springframework.web.context.ContextLoaderListener
    

    
    
        dispatcherServlet
        org.springframework.web.servlet.DispatcherServlet
        
            contextConfigLocation
            classpath:springMVC.xml
        
        1
    
    
        dispatcherServlet
        /
    
    
    
        default
        *.jsp
    
    
        default
        *.css
    

 

你可能感兴趣的:(ssm整合web.xml文件配置)