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版本問題