@Id @GeneratedValue(generator = "uuid2") @GenericGenerator(name = "uuid2", strategy = "uuid2") @Column(length = 36) private String uuid;. Isso deve ter algum ...
確定! 回上一頁