我使用eclipse创建了一个maven项目,它给了我以下构建路径错误
Description Resource Path Location Type Archive for required library: 'C:/Users/scjayasekara/.m2/repository/org/springframework/spring-beans/4.1.1.RELEASE/spring-beans-4.1.1.RELEASE.jar' in project 'KromeSoop' cannot be read or is not a valid ZIP file BookStore Build path Build Path Problem
我删除了完整的存储库并更新了工作区中的所有项目。但它也没有用。有什么建议可以解决这个问题?
答案 0 :(得分:1)
我得到了答案。
我只是用spring web-mvc 4.1.3替换spring web-mvc 4.1.1依赖,它解决了构建路径问题。