问题概述
博主在进行微服务架构设计的时候遇到的这个问题,总的服务个数在16个左右(目前的,当然在后面会业务扩展中还会新增或减少),其中在启动某个模块服务进行测试的时候,被 “ Failed to read Class-Path attribute from manifest of jar ” 卡了一下,顺藤摸瓜也找到了该 Jar 包,但是就是报错,找不到这个 Jar 包。。。
如下图:

具体信息如下:
Exception in thread "main" java.lang.IllegalStateException: Failed to read Class-Path attribute from manifest of jar file:/D:/Install_Applications/apache-maven-3.5.3/.m2/repository/org/springframework/cloud/spring-cloud-context/1.2.2.RELEASE/spring-cloud-context-1.2.2.RELEASE.jar
at org.s

在微服务架构设计中,遇到'Failed to read Class-Path attribute from manifest of jar'异常。通过删除问题Jar包,更新Maven项目,成功解决启动问题。
订阅专栏 解锁全文
7442

被折叠的 条评论
为什么被折叠?



