标签:hiberna mysq 题解 property cfg.xml ber jdbc logs exe
问题描述:在让hibernate创建自动建表时报了一下错误:
Error executing DDL via JDBC Statement
问题解决:在hibernate.cfg.xml中这样配置:
<property name="dialect">org.hibernate.dialect.MySQL5Dialect</property>
错误是因为之前把版本5丢了。
在hibernate5中,关于让hibernate自动创建表报错的问题。
标签:hiberna mysq 题解 property cfg.xml ber jdbc logs exe
原文地址:http://www.cnblogs.com/xiaoweihua/p/6978639.html