天天看點

Spring整合Junit報NoSuchMethodError錯誤

報錯提示:

java.lang.NoSuchMethodError: org.springframework.core.annotation.AnnotatedElementUtils.getAnnotationAttributes(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/String;)Lorg/springframework/core/annotation/AnnotationAttributes;

原因是因為pom中對于Spring的依賴版本不一緻:

Spring整合Junit報NoSuchMethodError錯誤

隻需要将版本改為一緻即可解決