最佳答案
在我的项目中,我尝试用 Spring 4.2
版本将 hibernate 从4升级到5。升级之后,在调用用于更新的方法时,我在堆栈跟踪中发现了以下错误。
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)
错误仍然存在。