解决class path resource [applicationContext.xml] cannot be opened because it does not exist
在学习spring的过程出现class path resource [applicationContext.xml] cannot be opened because it does not exist
一直以为是路径的原因,怎么改始终不行
最后发现是因为自己又在原项目下建子模块(Module)的原因,重建项目才得以解决
下面还有不用重建项目的解决办法:我们将 ClassPathXmlApplicationContext 换成 FileSystemXmlApplicationContext,然后复制xml文件的绝对路径即可。