This commit is contained in:
insanity 2018-06-22 19:58:40 +09:00
parent f2ad2c26ea
commit 7ca43f08f6
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<groupId>com.loafle.overflow</groupId>
<artifactId>commons-java</artifactId>
<packaging>jar</packaging>
<version>1.0.94-SNAPSHOT</version>
<version>1.0.95-SNAPSHOT</version>
<name>com.loafle.overflow.commons-java</name>
<properties>

View File

@ -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;