I am doing a book loan API with spring boot. I have 4 classes Person, book, ActionBook (Here it will be seen if it is a loan, or return), typeAction.
Person:
@Entity
@Table(name = "persona")
@JsonIgnoreProperties({"hibernateL...
asked by
01.07.2018 / 20:02