Springboot-jpa Table 'sell.hibernate_sequence' doesn't exist

Solution one: add
@GeneratedValue(strategy = GenerationType.IDENTITY)
Like the following:
 @GeneratedValue(strategy = GenerationType.IDENTITY)
 @Id
private Integer categoryId;

Guess you like

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