Spring boot java.lang.NoClassDefFoundError: org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessor

Spring boot java.lang.NoClassDefFoundError: org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessor

Hi,

I am working on a spring boot project and its throwing following error:

Spring boot java.lang.NoClassDefFoundError: org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessor

java.lang.NoClassDefFoundError: org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessor

How to resolve this?

Thanks

View Answers

April 25, 2017 at 12:22 AM

Hi,

You should add the following dependency in pom.xml file:

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-orm</artifactId>
    <version>2.5.1</version>
</dependency>

Thanks









Related Tutorials/Questions & Answers:
Is spring boot easy to learn
Is spring boot easy to learn  Hi, I am a software developer... company and they have told me to work learn Spring/Spring Boot. From Next month I have to work on Spring and Spring boot project. So, I have only 1 month time
Is spring boot easy to learn
Is spring boot easy to learn  Hi, I am a software developer... company and they have told me to work learn Spring/Spring Boot. From Next month I have to work on Spring and Spring boot project. So, I have only 1 month time
Advertisements
spring boot 2.2.6 dependencies
of this version of Spring Boot. Spring Boot 2.2.6 also added support for Java 14...spring boot 2.2.6 dependencies  Hello, Spring boot 2.2.6 is released and now I want to upgrade my project to this version of spring boot. What
spring boot 2.3.1 dependencies
spring boot 2.3.1 dependencies  Hi, There is latest release of Spring boot 2.3.1 and I want to use the same in my project. What is the spring boot 2.3.1 dependencies? I want to try Spring boot 2.3.1 so I need the maven
spring boot webflux dependency
spring boot webflux dependency  Hi, I want to use the webflux in spring boot application. What is the code for adding in pom.xml file? I need pom.xml code for spring boot webflux dependency. Thanks   HI, You can use
hibernate.archive.autodetection spring boot
hibernate.archive.autodetection option in spring boot? Thanks   Hi...   Hi, Do you want to learn Spring Boot for your next project? Check Spring Boot Tutorials tutorials. Thanks
spring boot 2.2.0 maven dependency
spring boot 2.2.0 maven dependency  Hi, I have spring boot old application and now I want to upgrade it to new version of Spring boot. For this I... of Spring boot 2.2.0? What is spring boot 2.2.0 maven dependency? Thanks
spring boot maven dependency for mysql
spring boot maven dependency for mysql  Hi, I want to add MySQL maven dependency in Spring Boot application. I don't know the version to be added. So what should I add into the pom.xml file of my spring boot application? Thanks
Spring Boot Console Application
Spring Boot Tutorial- Spring Boot Console Application Welcome to the first example of Spring Boot, today we will teach you to create your first application in Spring Boot. As you already know you can create console and web
Spring Boot Console Application
Spring Boot Tutorial- Spring Boot Console Application Welcome to the first example of Spring Boot, today we will teach you to create your first application in Spring Boot. As you already know you can create console and web
Spring Boot 2.7.0 Released
of Spring Boot 2.7.0 that comes with the support for GraphQL, Podman and Cache2k... Boot the support for Cache2k started with Spring 5 and Spring Boot 2...Spring Boot 2.7.0 Released - Check Spring Boot 2.7.0 new features and updates
Spring Boot 2.7.0 Released
of Spring Boot 2.7.0 that comes with the support for GraphQL, Podman and Cache2k... Boot the support for Cache2k started with Spring 5 and Spring Boot 2...Spring Boot 2.7.0 Released - Check Spring Boot 2.7.0 new features and updates
What is the best way to learn spring boot
What is the best way to learn spring boot  Hi, I have some experience of working with Spring Core and Spring Web. I want to learn Spring Boot. How anyone can learn the Spring Boot Framework? What is the best way to learn spring
What is the best way to learn spring boot
What is the best way to learn spring boot  Hi, I have some experience of working with Spring Core and Spring Web. I want to learn Spring Boot. How anyone can learn the Spring Boot Framework? What is the best way to learn spring
Spring Boot Tutorials
Spring Boot Tutorials- Learning Spring Boot with examples and sample code After huge success of Spring Framework, Spring team developed Spring Boot which further simplified complex application development process. Spring Boot further
Version of org.springframework.boot>spring-boot-starters dependency
List of Version of org.springframework.boot>spring-boot-starters dependency
Version of cn.kxlove>spring-boot-beetl dependency
List of Version of cn.kxlove>spring-boot-beetl dependency
Version of co.paralleluniverse>comsat-spring-boot dependency
List of Version of co.paralleluniverse>comsat-spring-boot dependency
Version of com.fintonic>versioning-spring-boot dependency
List of Version of com.fintonic>versioning-spring-boot dependency
Version of com.piggsoft>beetl-spring-boot dependency
List of Version of com.piggsoft>beetl-spring-boot dependency
Version of com.replash>replash-spring-boot dependency
List of Version of com.replash>replash-spring-boot dependency
Version of com.restapijs>restapijs-spring-boot dependency
List of Version of com.restapijs>restapijs-spring-boot dependency
Version of com.roncoo>roncoo-spring-boot dependency
List of Version of com.roncoo>roncoo-spring-boot dependency
Version of com.ruijc>spring-boot-parent dependency
List of Version of com.ruijc>spring-boot-parent dependency
Spring Boot Web Starter 2.1.1 Maven dependency
Spring Boot Web Starter 2.1.1 Maven dependency  Hi, I want to use Spring Boot Web Starter 2.1.1 in my spring boot application. My application is based on the old version of Spring Boot. Now will use Spring Boot Web Starter 2.1.1
Spring Boot Tutorials
Spring Boot Tutorials- Learning Spring Boot with examples and sample code After huge success of Spring Framework, Spring team developed Spring Boot which further simplified complex application development process. Spring Boot further
Spring Boot Tutorials
Spring Boot Tutorials- Learning Spring Boot with examples and sample code After huge success of Spring Framework, Spring team developed Spring Boot which further simplified complex application development process. Spring Boot further
spring boot 2.2.0 m4 maven dependency
spring boot 2.2.0 m4 maven dependency  Hi, I am moving my application to spring boot 2.2.0 m4. Now I want to move my application to new version of spring boot. What is spring boot 2.2.0 m4 maven dependency? Thanks   
ModuleNotFoundError: No module named 'plaster-spring-boot'
ModuleNotFoundError: No module named 'plaster-spring-boot'  Hi, My... named 'plaster-spring-boot' How to remove the ModuleNotFoundError: No module named 'plaster-spring-boot' error? Thanks   Hi
ModuleNotFoundError: No module named 'plaster-spring-boot'
ModuleNotFoundError: No module named 'plaster-spring-boot'  Hi, My... named 'plaster-spring-boot' How to remove the ModuleNotFoundError: No module named 'plaster-spring-boot' error? Thanks   Hi
spring boot 2.2.0 m4 maven dependency
spring boot 2.2.0 m4 maven dependency  Hi, I am moving my application to spring boot 2.2.0 m4. Now I want to move my application to new version of spring boot. What is spring boot 2.2.0 m4 maven dependency? Thanks   
Simple Spring Boot Example
Simple Spring Boot Example - First example of Spring Boot for counting no of beans Spring Boot Simple Example, writing and running the first example code in Spring boot to understand the steps of running spring boot project
Simple Spring Boot Example
Simple Spring Boot Example - First example of Spring Boot for counting no of beans Spring Boot Simple Example, writing and running the first example code in Spring boot to understand the steps of running spring boot project
How long will it take to learn Spring boot
, Mockito Testing, JPA with Spring Boot and thymeleaf with Spring Boot. Learning about... of the Java enterprise project is shifting to the Spring Boot. This skill... for the Spring Boot as mandatory requirement. Till now I am working
How long will it take to learn Spring boot
, Mockito Testing, JPA with Spring Boot and thymeleaf with Spring Boot. Learning about... of the Java enterprise project is shifting to the Spring Boot. This skill... for the Spring Boot as mandatory requirement. Till now I am working
Version of org.springframework.boot>spring-boot-starter-parent dependency
List of Version of org.springframework.boot>spring-boot-starter-parent dependency
Version of co.paralleluniverse>comsat-spring-boot-security dependency
List of Version of co.paralleluniverse>comsat-spring-boot-security dependency
Version of com.baomidou>mybatisplus-spring-boot-starter dependency
List of Version of com.baomidou>mybatisplus-spring-boot-starter dependency
Version of com.cjoop>spring-boot-starter-tenant dependency
List of Version of com.cjoop>spring-boot-starter-tenant dependency
Version of com.cjoop>spring-boot-starter-dubbox dependency
List of Version of com.cjoop>spring-boot-starter-dubbox dependency
Version of com.clianz>cloudant-spring-boot-starter dependency
List of Version of com.clianz>cloudant-spring-boot-starter dependency
Version of com.cuisongliu>druid-spring-boot-autoconfigure dependency
List of Version of com.cuisongliu>druid-spring-boot-autoconfigure dependency
Version of com.cuisongliu>druid-spring-boot-starter dependency
List of Version of com.cuisongliu>druid-spring-boot-starter dependency
Version of com.cuisongliu>orderbyhelper-spring-boot-autoconfigure dependency
List of Version of com.cuisongliu>orderbyhelper-spring-boot-autoconfigure dependency
Version of com.cuisongliu>orderbyhelper-spring-boot-starter dependency
List of Version of com.cuisongliu>orderbyhelper-spring-boot-starter dependency
Version of com.devbury>spring-boot-starter-threadscope dependency
List of Version of com.devbury>spring-boot-starter-threadscope dependency
Version of com.fintonic>versioning-spring-boot-parent dependency
List of Version of com.fintonic>versioning-spring-boot-parent dependency
Version of com.fintonic>versioning-spring-boot-starter dependency
List of Version of com.fintonic>versioning-spring-boot-starter dependency
Version of com.merapar>spring-boot-starter-graphql dependency
List of Version of com.merapar>spring-boot-starter-graphql dependency
Version of com.moelholm>prometheus-spring-boot-starter dependency
List of Version of com.moelholm>prometheus-spring-boot-starter dependency

Ads