mirror of https://github.com/hykilpikonna/AquaDX
[O] Ignore serial id
parent
a94952babc
commit
6f63998000
|
@ -26,6 +26,7 @@ public class Card implements Serializable {
|
|||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@JsonIgnore
|
||||
private long id;
|
||||
|
||||
// A external id
|
||||
|
|
Loading…
Reference in New Issue