This commit is contained in:
crusader 2018-05-24 21:41:08 +09:00
parent 93211ade57
commit 75baaacbbb

View File

@ -2,6 +2,8 @@ package com.loafle.overflow.model.member;
import com.loafle.overflow.model.meta.MetaMemberStatus;
import org.codehaus.jackson.annotate.JsonIgnore;
import javax.persistence.*;
import java.util.Date;
@ -50,6 +52,7 @@ public class Member {
}
@Basic
@JsonIgnore
@Column(name = "PW", nullable = true, length = 64)
public String getPw() {
return pw;