返回顶部
首页 > 资讯 > 后端开发 > JAVA >spring入门第一坑,解决报错class path resource [spring.xml] cannot be opened because it does not exist......
  • 343
分享到

spring入门第一坑,解决报错class path resource [spring.xml] cannot be opened because it does not exist......

springjava 2023-09-17 19:09:02 343人浏览 泡泡鱼
摘要

下面这几行代码大家应该都很熟悉,就是 spring 的 "Hello World"。  那么我们在运行这个 main方法可能会遇到【报错】:Exception in thread "main" org.springframework.be

下面这几行代码大家应该都很熟悉,就是 spring 的 "Hello World"。

 那么我们在运行这个 main方法可能会遇到【报错】:Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [spring.xml]; nested exception is java.io.FileNotFoundException: class path resource [spring.xml] cannot be opened because it does not exist......就像这样:

大概意思就是没有找到 spring.xml 这个配置文件,仔细看 spring.xml 是在 resource 目录下,貌似是没啥问题

再展开看下 target 目录发现了问题所在,这是因为在 idea 中,编译器只会把 src/main/java 也就是源代码目录下的 .java 文件编译成 .class 文件然后放到 target 目录中,其他的默认不会。

 这里我们只需要将 spring.xml 文件复制到 target/classes/ 下即可解决

然后再运行试一下,OK啦。

来源地址:https://blog.csdn.net/qq_42490860/article/details/129534982

--结束END--

本文标题: spring入门第一坑,解决报错class path resource [spring.xml] cannot be opened because it does not exist......

本文链接: https://lsjlt.com/news/411309.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作