原因:target中没有生成相对应的文件夹

解决办法:

1、在pom.xml中加入如下代码:

  <build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId><configuration><testFailureIgnore>true</testFailureIgnore></configuration></plugin></plugins></build>

2、重新加载pom.xml

成功解决!

【已解决】applicationContext.xml cannot be opened because it does not exist相关推荐

  1. [applicationContext.xml] cannot be opened because it does not exist 解决方案

    文章目录 问题描述 解决方案 问题描述 在Spring整合Mybtis的时候遇到的一个问题:Java项目中ClassPathXmlApplicationContext默认加载的是src下的applic ...

  2. idea中Web项目 class path resource [applicationContext.xml] cannot be opened because it does not exist

    前言: 今天重新整理了一下以前的SSM项目,之后更改了一下所在目录位置,报了这个错. 解决办法:谢谢这个博主,很详细. https://blog.csdn.net/sinat_38301574/art ...

  3. class path resource [applicationContext.xml] cannot be opened because it does not exis

    使用maven创建web工程,将spring配置文件applicationContext.xml放在src/resource下,用eclipse编译时提示class path resource [ap ...

  4. 遇到class path resource [applicationcontext.xml] cannot be opened becaus的问题该怎么解决??

    [applicationcontext.xml] cannot be opened becaus的问题该怎么解决? 本文旨在和小白一起成长,很不幸目前没有钱买idea,用了一段时间idea奈何到期了, ...

  5. class path resource [beans.xml] cannot be opened because it does not exist

    严重: Exception sending context initialized event to listener instance of class org.springframework.we ...

  6. Web开发:class path resource [com/xxx/entity/User.hbm.xml] cannot be opened because it doesn't exist

    1 前言 最近在教人使用SpringMVC,在运行过程中,有不少人遇到了这个问题,即"class path resource [com/xxx/entity/User.hbm.xml] ca ...

  7. class path resource [a.hbm.xml] cannot be opened because it does not exist

    大家好,我是mythSun. 很高兴能在这里和大家分享,怎么来解决 class path resource [a.hbm.xml] cannot be opened because it does n ...

  8. java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened becaus

    今天在学Spring的时候遇到一个问题, 配置文件applicationContext.xml找不到,很是郁闷啊.文件明明在这,却找不到这种问题大多数是因为文件路径的不对引起的. 首先我的我的配置文件 ...

  9. I DEA出现Spring配置错误:class path resource [.xml] cannot be opened because it does not exist

    出现此类异常意思就是没有找到你的 .xml 配置文件 1.解决方法 在src/main目录下新建一个文件夹,建议取名resources 2.点击 File -> Project Structur ...

最新文章

  1. html 消息通知功能,HTML5之消息通知的使用(Web Notification)
  2. 他们花一百万让你的票圈广告更好看,还被ACM点了赞
  3. MySQL数据类型-decimal详解
  4. Chinaren,逐渐变为垃圾了。
  5. 阿里巴巴对Java编程【命名风格】的规约
  6. 中国大学MOOC-数据结构基础习题集、06-2、旅游规划
  7. POJ-1707 Sum of powers bernoulli方程
  8. 为什么 窗口回调函数要使用静态成员函数
  9. Spring Boot基础学习笔记02:Spring Boot项目单元测试、热部署与原理分析
  10. FIle类常用工具方法整理(持续更新)
  11. java 两位小数 四舍五入_java里的四舍五入(保留两位小数,返回double类型)
  12. Qt——P10 自定义的信号和槽
  13. 外籍专家在中关村图书大厦解密软件项目
  14. OpenJDK8编译之后,缺少com.sun.tools.javac.Main怎么办
  15. layer.open中使用时间控件laydate失败不显示的解决方案
  16. 规范使用地图,从规范制图开始
  17. Ubuntu18.04-使用wine打开CAJ文件并解决乱码问题
  18. 【教程】docker容器间跨宿主机通信-基于overlay
  19. 7、前后端分离中的权限管理思路
  20. jbox弹窗_强大的jquery弹出层插件jBox

热门文章

  1. python新式类和经典类的区别?
  2. 微服务下分布式事务模式的详细对比
  3. LiveVideoStack 2022迎春招聘
  4. 对于短信平台呼叫状态机的调查
  5. 腾讯云张贤国:北大将我从少年变成了技术研究者
  6. 音视频技术的高光时刻: LiveVideoStackCon 2019上海 音视频技术大会
  7. svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted
  8. c++实现时间轴,时间管理器
  9. boost之timer,progress_timer,progress_display的介绍及使用
  10. Spark _25.plus _使用idea读取Hive中的数据加载成DataFrame/DataSet(四)