web.xml配置

在web.xml中init-param需配置在load-on-startup前面否则会报错



    itcast-usemanage
    
    
        contextConfigLocation
        classpath:spring/applicationContext*.xml
    

    
    
    
        org.springframework.web.context.ContextLoaderListener
    

    
    
    
        encodingFilter
        org.springframework.web.filter.CharacterEncodingFilter
        
            encoding
            UTF8
        

    

    
        encodingFilter
        /*
    


    
    
        itcast-usemanage
        org.springframework.web.servlet.DispatcherServlet   
       
            contextConfigLocation
            classpath:itcast-usemanage-servlet.xml
       

       
        1
   


   
        itcast-usemanage
       
        /rest/*
   

    
   
        index.jsp
   


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