eclipse中Spring创建applicationContext.xml后程序却找不到该文件
Posted yanhome
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse中Spring创建applicationContext.xml后程序却找不到该文件相关的知识,希望对你有一定的参考价值。
今天在创建eclipse创建 spring ioc容器后运行示例发现出现了这条错误信息
class path resource [applicationContext.xml] cannot be opened because it does not exist
网上有很多解决办法我都尝试了,比如
1、clean一下project
2、最常见的原因是applicationContext.xml文件创建的位置不对,无法找到class文件,应该将该文件放在src目录下
3、但是我试过后都不行,最后将该文件移动到类的包下再移出来就好了......
以上是关于eclipse中Spring创建applicationContext.xml后程序却找不到该文件的主要内容,如果未能解决你的问题,请参考以下文章
开启 Spring 之旅:第一个 Spring 程序 ![Spring][Eclipse 使用 Spring][Eclipse 配置 Spring 约束文件][Eclipse 配置 xml 模版](代
开启 Spring 之旅:第一个 Spring 程序 ![Spring][Eclipse 使用 Spring][Eclipse 配置 Spring 约束文件][Eclipse 配置 xml 模版](代
eclipse中配置maven和创建第一个 Spring Boot Application