봄 4.2
버전으로 프로젝트에서 최대 절전 모드를 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)
여전히 오류가 남아 있습니다.