1、IDEA导入项目运行出现异常

org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [ApplicationContext.xml]; nested exception is java.io.FileNotFoundException: class path resource [ApplicationContext.xml] cannot be opened because it does not exist
  • 1

2、总的来说,就是 ApplicationContext.xml 这个配置文件没找到 
到 web.xml 中去看,ApplicationContext.xml 配置的这一行是红线

3、因为没有在设置中配置资源文件的目录,所以找不到 
【异常】IOException parsing XML document from class path resource [xxx.xml]

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u013420865/article/details/58139332

相关文章:

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