lang.NoClassDefFoundError: org/springframework/core/annotation/AnnotatedElementUtils

这是在学习spring测试过程中遇到问题:

那该怎么解决这个问题呢?

这是因为springframework的一个类AnnotatedElementUtils没有引用pom的依赖.所以把它引入进去就可以了

    1.8


    4.1.5.RELEASE

    org.springframework

        spring-core

        ${spring-framework.version}

    

你可能感兴趣的:(lang.NoClassDefFoundError: org/springframework/core/annotation/AnnotatedElementUtils)