fix author typo
This commit is contained in:
parent
c9d0e58557
commit
398bf16d56
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import lombok.NoArgsConstructor;
|
|||
public class Author {
|
||||
@Id
|
||||
private Long id;
|
||||
private String import lombok.extern.slf4j.Slf4j;import lombok.extern.slf4j.Slf4j;;
|
||||
private String authorName;
|
||||
|
||||
@JsonIgnore
|
||||
@ManyToMany(mappedBy = "authors")
|
||||
|
|
Loading…
Reference in a new issue