错误信息:Table 'sell.hibernate_sequence' doesn't exist

错误原因:实体主键没有配置主键自增长

完整配置如下
 /**主键id*/
    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    private Integer id;

 

相关文章:

  • 2021-05-15
  • 2021-12-11
  • 2021-07-07
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-18
  • 2022-12-23
  • 2021-07-15
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案