学习Spring data jpa遇到了这个问题,求大家帮帮忙

SEVERE: StandardWrapper.Throwable
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jpaMapppingContext': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.springframework.data.jpa.mapping.JpaPersistentPropertyImpl.findAnnotation(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1568)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:540)

Caused by: java.lang.NoSuchMethodError: org.springframework.data.jpa.mapping.JpaPersistentPropertyImpl.findAnnotation(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;

nested exception is java.lang.NoSuchMethodError: org.springframework.data.jpa.mapping.JpaPersistentPropertyImpl.findAnnotation(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
没有这个方法,jar版本问题