试图调用该方法,但该方法不存在

时间:2019-04-29 01:29:09

标签: spring

尝试调用方法org.springframework.core.annotation.AnnotationUtils.isCandidateClass(Ljava/lang/Class;Ljava/lang/Class;)Z,但该方法不存在。可从以下位置访问其类org.springframework.core.annotation.AnnotationUtils

jar:file:/C:/Users//.m2/repository/org/springframework/spring-core/5.1.3.RELEASE/spring-core-5.1.3.RELEASE.jar!/org/springframework/core/annotation/AnnotationUtils.class

它是从以下位置加载的:

file:/C:/Users//.m2/repository/org/springframework/spring-core/5.1.3.RELEASE/spring-core-5.1.3.RELEASE.jar

操作:

更正应用程序的类路径,使其包含org.springframework.core.annotation.AnnotationUtils的单个兼容版本

救救我!

1 个答案:

答案 0 :(得分:0)

请检查maven依赖::树,肯定是一些jar包(不同版本的spring core)冲突。