尝试调用方法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
的单个兼容版本
救救我!
答案 0 :(得分:0)
请检查maven依赖::树,肯定是一些jar包(不同版本的spring core)冲突。