[JPA] Table 'mysql.hibernate_seq' doesn't exist 오류 해결 Entity Table생성시 @Id생성 컬럼에 @GeneratedValue(strategy = GenerationType.Auto) 를 @GeneratedValue(strategy = GenerationType.IDENTITY) 로 변경해준다. 참조 https://mkyong.com/spring-boot/spring-boot-mysql-table-db_name-hibernate_sequence-doesnt-exist/ JPA 2024.03.04