79273376

Date: 2024-12-11 22:45:00
Score: 2
Natty:
Report link

in the Book schema write @JsonIgnoreProperties("books") // Ignore le champ books dans author lors de la sérialisation

private Author author;

in the Author schema write @JsonIgnoreProperties("author") // Ignore le champ author dans book lors de la sérialisation

private Set books= new HashSet<>();

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ahmed