轉載:https://www.cnblogs.com/mrray1105/p/8137247.html
剛開始是往上面箭頭指出的方向去找問題的原因,但是試了各種方法后問題還是沒有解決,於是乎我把焦點轉去查看eclipsede控制台處:
主要的錯誤提示如下:
Archive for required library: 'D:/SoftInstall/maven_repo/org/apache/tomcat/embed/tomcat-embed-core/8.5.4/tomcat-embed-core-8.5.4.jar'
in project cannot be read or is not a valid zip file
在stackoverflow上看到類似的文章,鏈接如下:
https://stackoverflow.com/questions/20091177/eclipse-maven-error-archive-for-required-library-in-project-cannot-be-read-or-i
其中有位朋友的回答引起我的關注,截圖如下:
The code is changing the world.