Error creating bean with name 'entityManagerFactory

前端 未结 2 1008
傲寒
傲寒 2020-12-01 18:37

I am trying to run a dbtest but I get the following error :

\"Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bea

2条回答
  •  时光取名叫无心
    2020-12-01 19:02

    Adding dependencies didn't fix the issue at my end.

    The issue was happening at my end because of "additional" fields that are part of the "@Entity" class and don't exist in the database.

    I removed the additional fields from the @Entity class and it worked.

提交回复
热议问题