Why can’t you stop buying 618?From the technical dimension to explore>>>
When generating data table with hibernate, hibernate executes the following SQL statement:
Incorrect column specifier for column “id”
I set the primary key to grow automatically
@Id
@GenerateValue
However, the type of primary key is not int
Therefore, the table is not automatically created successfully