I am creating a simple card game system with Spring JPA.
In the model, I create a relationship ManyToMany between a Card and a Deck
Card.java
packag