Hibernate数据库已清除

Hibernate数据库已清除,hibernate,jpa,hbm2ddl,Hibernate,Jpa,Hbm2ddl,嗨,我想问你hibernate.hbm2ddl.auto set的值是多少。我只想在更改模式并添加新表时更新模式。若我设置为update,那个么当实体发生变化时,它不会更新表 if i set to update it doesn't update tables when entity chenges 是的,您的部署在其他地方肯定有问题 将show sql切换为true,并检查日志中是否有错误: <property name="show_sql">true</propert

嗨,我想问你hibernate.hbm2ddl.auto set的值是多少。我只想在更改模式并添加新表时更新模式。若我设置为update,那个么当实体发生变化时,它不会更新表

if i set to update it doesn't update tables when entity chenges
是的,您的部署在其他地方肯定有问题

将show sql切换为true,并检查日志中是否有错误:

 <property name="show_sql">true</property>
true

创建sessionfactory时应查看日志,这应提供所有详细信息