java.lang.NoSuchMethodError: org.springframework.core.annotation.AnnotationUtils.isInJavaLangAnnotationPackage(Ljava/lang/annotation/Annotation;)Z

前端 未结 5 1570
滥情空心
滥情空心 2020-12-01 16:08

Am very new to spring and JUnit. Am trying to run a simple JUnit test case for spring service class, but it fails and I get this exception.I didnt write any test yet, but t

5条回答
  •  死守一世寂寞
    2020-12-01 16:58

    Replace your old jars with new one's based on the spring-framework-bom.LATEST.VERSION.pom file.

    That way, i had resolved my issue.

提交回复
热议问题