001、spring-mvc web.xml简单配置



    App
    
        contextConfigLocation
        classpath:spring-*.xml
    

    
    
        org.springframework.web.util.IntrospectorCleanupListener
    

    
    
        org.springframework.web.context.ContextLoaderListener
    

    
        spring
        org.springframework.web.servlet.DispatcherServlet
        
            contextConfigLocation
            classpath:spring-mvc.xml
        
        1
    

    
        spring
        /
    

你可能感兴趣的:(001、spring-mvc web.xml简单配置)