赞
踩
@Id @GeneratedValue(strategy = GenerationType.AUTO) @Column(name = "id") private Long id;
@Id 声明 @GeneratedValue 自动生成的方式指定
更多解释见 @Entity 相关学习介绍 springJPA