I am working on a Spring Boot Project. I have the following entity :
@Entity @Table(name = "authors") public class Author { @Id @GeneratedV