web.xml

web.xml,第1张

web.xml


         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
         http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
         version="3.1">


       

   
       
            contextConfigLocation
            classpath:/spring/dispatcher-servlet*.xml
       

       
           
                org.springframework.web.context.ContextLoaderListener
           

       

       
            dispatcher
            org.springframework.web.servlet.DispatcherServlet
           
                springmvc上下文初始化需要的配置文件所在位置
                contextConfigLocation
                classpath:spring/dispatcher-servlet.xml
           

           
            1
       

       
            dispatcher
            /
       

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zaji/5709896.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-18

发表评论

登录后才能评论

评论列表(0条)

保存