报错提示:
Exception in thread "main" 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
这个问题是spring的配置文件的路径错误 配置文件的读取路径是从src下开始的 但是我的配置文件放在了外面 只要把配置文件移动到里面去就解决啦~ 特别是一个工程里分模块写项目是需要注意配置文件的路径问题啦