报错:Table 'sell.hibernate_sequence' doesn't exist

Error message: Table 'sell.hibernate_sequence' doesn't exist 

Error reason: The primary key of the entity is not configured for self-growth of the primary key . The

complete configuration is as follows
 /** Primary key id */
    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    private Integer id;

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325110817&siteId=291194637