关于Idea项目到Eclipse运行报错
IOException parsing XML document from class path resource [applicationContext.xml];

网上提供有其他原因
本人只提供自己的问题解决方案
原因:项目运行找不到resource文件夹
对应的解决方案:
右键项目名称
点击BuildPath
选择Configure BuildPath
选择Source
点击addFolder选择你扫描掉的文件夹
IOException parsing XML document from class path resource [applicationContext.xml];
IOException parsing XML document from class path resource [applicationContext.xml];

相关文章:

  • 2021-07-29
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2021-04-25
  • 2021-07-28
  • 2021-05-04
猜你喜欢
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2021-06-28
  • 2022-12-23
相关资源
相似解决方案