JSON Serialization Issue with Bidirectional OneToOne Relationship
I have two Java entities with a bidirectional OneToOne relationship between them: 'Sinistre' and 'RapportTechnique.' When I generate the JSON file to send to the frontend, I encounter unwanted recursion.## Heading ## Classe Sinistre @Data @Entity @EqualsAndHashCode(callSuper = false) @Table(name…