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
2、总的来说,就是 ApplicationContext.xml 这个配置文件没找到 web.xml 中去看,ApplicationContext.xml 配置的这一行是红线

3、因为没有在设置中配置资源文件的目录,所以找不到 

【Idea导入maven web项目异常】IOException parsing XML document from class path resource [xxx.xml]

相关文章:

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