bug
This commit is contained in:
@@ -21,8 +21,8 @@ public class Member {
|
||||
@Column(name = "EMAIL", nullable = false, length = 50)
|
||||
private String email;
|
||||
|
||||
@Basic
|
||||
@JsonIgnore
|
||||
@Basic
|
||||
@Column(name = "PW", nullable = true, length = 64)
|
||||
private transient String pw;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user