java.lang.IllegalStateException: Failed to read Class-Path attribute from manifest of jar file spring-plugin-core-1.2.0.RELEASE.jar

前端 未结 6 512
南方客
南方客 2021-01-11 11:20

I am using STS 3.9 version with using to create starter spring boot project ->Web,jpa,mysql,rest combination.This is When i try to run the spring boot application is shows e

6条回答
  •  青春惊慌失措
    2021-01-11 12:19

    It looks like the Jar file is corrupt. Is it possible for you to execute this to get the MD5 sum?

    md5 "/C/Users/HP PC/.m2/repository/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.jar"
    

    The correct MD5 sum can be found in spring-plugin-core-1.2.0.RELEASE.jar.md5 and should be 4e6325e5ed2c1aa1949313c184d83640

提交回复
热议问题