When working with JPA and Lombok, remember these rules:Avoid using @EqualsAndHashCode and @Data with JPA entities;Always exclude lazy attributes when using @ToString;Don’t forget to add @NoArgsConstructor to entities with @Builder or @AllArgsConstructor. 참고https://www.jpa-buddy.com/blog/lombok-and-jpa-what-may-go-wrong/