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

前端 未结 6 514
南方客
南方客 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:14

    It displays on the console, which is the corrupted jar with its absolute path. Just delete the jar. Then do mvn clean install It'll work fine.

    NB. If multiple jars are corrupted, clean up .m2 dir. then do mvn clean install.

    Good luck!!!

提交回复
热议问题