我把 Dubbo 的版本替换为2.6.5 并加上辅助的jar包 现在启动DubboOne 就就一直报一下错误:
Description:
An attempt was made to call the method org.springframework.core.type.AnnotationMetadata.introspect(Ljava/lang/Class;)Lorg/springframework/core/type/AnnotationMetadata; but it does not exist. Its class, org.springframework.core.type.AnnotationMetadata, is available from the following locations:
jar:file:/D:/mvnRepository/mvnDubbo/org/springframework/spring-core/5.0.9.RELEASE/spring-core-5.0.9.RELEASE.jar!/org/springframework/core/type/AnnotationMetadata.class
It was loaded from the following location:
file:/D:/mvnRepository/mvnDubbo/org/springframework/spring-core/5.0.9.RELEASE/spring-core-5.0.9.RELEASE.jar
这是什么问题呢 我看了 String-core-5.0.9.RELEASE.jar也能在我的仓库中能找到的
查看你的项目有引入 spring -core? 或者你试着 使用 maven 刷新 ,重新导入 功能 试试