hibernate不能自动建表:MySQLSyntaxErrorException: Table '' doesn't exist

修改前:

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

修改后:

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

猜你喜欢

转载自www.cnblogs.com/mr-hu2009/p/9465462.html