Hibernate 中无法自动创建表的解决办法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hibernate 中无法自动创建表的解决办法相关的知识,希望对你有一定的参考价值。

 打开\\hibernate-release-4.3.11.Final\hibernate-release-4.3.11.Final\project\etc下的hibernate.properties

 查找到 mysql

 技术分享

将配置文件cfg.xml中的数据库方言改为对应的

 <property name="dialect">org.hibernate.dialect.MySQLDialect</property>

 就好了

 

 为什么会出现这种问题:   版本兼容的原因

以上是关于Hibernate 中无法自动创建表的解决办法的主要内容,如果未能解决你的问题,请参考以下文章

Hibernate不能自动建数据表解决办法

hibernate 无法自动生成数据表

[转]Hibernate不能自动建表解决办法及Hibernate不同数据库的连接及SQL方言

spring+hibernate:自动装配依赖注入失败

当实体自引用时,Spring Boot 和 Hibernate 无法自动创建表

Hibernate执行成功,数据库没有创建表的原因