忘了给id注解了

  @Id
    @GeneratedValue(generator = "_native")
    @GenericGenerator(name = "_native", strategy = "native")

加上就解决

相关文章:

  • 2022-02-08
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
猜你喜欢
  • 2021-12-26
  • 2022-01-17
  • 2022-02-11
  • 2021-10-22
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
相关资源
相似解决方案