休眠序列不存在
我试图在我的项目中使用春季版本将休眠从4升级到5。此升级后,当我调用更新方法时,我在堆栈跟踪中发现了以下错误。4.2
10:53:32,185 ERROR TableStructure:149 - could not read a hi value
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'test.hibernate_sequence' doesn't exist
我更改了带有注释的自动递增 Id
@GeneratedValue(strategy=GenerationType.AUTO)
错误仍然存在。