eclipse maven error: Archive for required library in project cannot be read or is not a valid ZIP file

后端 未结 7 2216
北海茫月
北海茫月 2021-01-02 08:08

In an eclipse maven project using spring web mvc, I am getting the following error in the Markers tab:

Archive for required library: \'D:/mypath/.m2/reposi         


        
7条回答
  •  误落风尘
    2021-01-02 08:37

    Tried with 1.5.5 Release jar and it worked for me

    org.springframework.boot
        spring-boot-starter-parent
        1.5.5.RELEASE
    

    https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent/1.5.5.RELEASE

提交回复
热议问题