pw property @jsonIgnore added
This commit is contained in:
parent
fbf8a7f665
commit
d14818e1b2
|
@ -2,6 +2,7 @@ package com.loafle.overflow.module.member.model;
|
||||||
|
|
||||||
|
|
||||||
import com.loafle.overflow.module.meta.model.MetaMemberStatus;
|
import com.loafle.overflow.module.meta.model.MetaMemberStatus;
|
||||||
|
import org.codehaus.jackson.annotate.JsonIgnore;
|
||||||
|
|
||||||
import javax.persistence.*;
|
import javax.persistence.*;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
@ -49,6 +50,7 @@ public class Member {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Basic
|
@Basic
|
||||||
|
@JsonIgnore
|
||||||
@Column(name = "PW", nullable = true, length = 64)
|
@Column(name = "PW", nullable = true, length = 64)
|
||||||
public String getPw() {
|
public String getPw() {
|
||||||
return pw;
|
return pw;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user