ERROR: HHH000299: Could not complete schema update java.lang.NullPointerException

后端 未结 4 1712
庸人自扰
庸人自扰 2021-01-06 06:05

I have a web application in the following environment.

  • JPA 2.0
  • Spring 3.2.2
  • MySQL 5.6.11
  • Hibernate 4.2.0 CR1
  • Apache Tomca
4条回答
  •  轮回少年
    2021-01-06 06:21

    Please check if the table for entity exist.

    If it exist then you get error for the below property.

    
    

    Change it to

    
    

    This will create the new entity table.

提交回复
热议问题