idea,启动项目java: 读取C:\Users\cta5.m2\repository\org\springframework\boot\spring-boot-starter-web\2.0.0.RELEASE\spring-boot-starter-web-2.0.0.RELEASE.jar时出错; error in opening zip file
应该还是版本不匹配 :Maven 项目报错:For more inforaction about the errors and possible solutions,...报错如何解决_涂涂-ing的博客-CSDN博客 我在构建maven项目的时候,一直报一个错,解决了一个下午才解决掉,原来是jdk 版本不统一的原因,如果你们也是这个问题,可以参考一下!第一,因为我配置的版本是1.8,所以需要把其他的版本也配置成1.8.如下:首先,window -----Preference----Java-------comiler ,将其版本改为1.8再把 Installed JREs 的原版本jre1.8改为... https://blog.csdn.net/qq_41320105/article/details/83176123