标签:自动 hiberna dial exception error tab except erro mysqld
修改前:
<property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
修改后:
<property name="hibernate.dialect">org.hibernate.dialect.MySQL5Dialect</property>
hibernate不能自动建表:MySQLSyntaxErrorException: Table '' doesn't exist
标签:自动 hiberna dial exception error tab except erro mysqld
原文地址:https://www.cnblogs.com/mr-hu2009/p/9465462.html