栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

SpringMVC中的classpath

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

SpringMVC中的classpath

SpringMVC中的classpath
  • classpath对应的路径
    • web.xml配置文件全部内容
  • 后续

classpath对应的路径

classpath指向的是WEB-INF的classes文件,对应的路径是F:Eclipse-Workspace.metadata.pluginsorg.eclipse.wst.server.coretmp1wtpwebappsSealManagementWEB-INFclasses。

applicationContext-web.xml在工程中的位置,如下图所示。

所以web.xml文件中的contextConfigLocation设定的路径应为classpath:spring/applicationContext*.xml,且要写在DispatcherServlet中如下图所示。


        springDispatcherServlet
        org.springframework.web.servlet.DispatcherServlet
        
        
            contextConfigLocation
            classpath:spring/applicationContext*.xml
        
        
        1
    

控制台输出的路径,如下图所示。

web.xml配置文件全部内容

配置文件全文如下所示。



  SealManagement
  
  
      org.springframework.web.context.ContextLoader
  
  
        springDispatcherServlet
        org.springframework.web.servlet.DispatcherServlet
        
        
            contextConfigLocation
            
            classpath:spring/applicationContext*.xml
        
        
        1
    
 
    
        springDispatcherServlet
          
        
        /
    
    
  
  
    view/index.jsp
   
  
  

后续

补入此篇博客
有一种说法是:classpath指的是WEB-INF下的classes文件,详见这篇博客

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/323005.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号