标签: persist
`@Id @Column( name = "ID") @GeneratedValue(generator = "uuid") @GenericGenerator(name = "uuid", strategy = "uuid") private int id;`
我的java代码和其他列中都有这个。我在我的数据库中生成了序列。但它显示错误,您必须手动输入数据。请帮忙