Closed jjromannet closed 8 years ago
It looks like corrupted jar. From the stack trace and the reported class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
I assume it's spring-orm-4.3.2.RELEASE.jar
. Please delete the path org/springframework/spring-orm/4.3.2.RELEASE
in your local maven repository and retry running the guide.
Thank you very much. This indeed did the job.
I downloaded latest version from master. Both "mvnw spring-boot:run" and "mvnw clean package" are failing with same error "mvnw clean package -Dmaven.test.skip=true" succeed so JAR is being build but same exception occurs when running with java -jar target/gs-accessing-data-jpa-0.1.0.jar
Spec: Java version: Java 8 build 102 OS: Windows 10
Dependency tree: