EMS 사용자 필드 암호화 적용
This commit is contained in:
@@ -18,6 +18,7 @@ import org.springframework.data.annotation.LastModifiedDate;
|
||||
import com.eactive.eai.data.converter.LocalDateTimeToStringConverter14;
|
||||
import com.eactive.eai.data.converter.StringTrimConverter;
|
||||
import com.eactive.eai.data.entity.AbstractEntity;
|
||||
import kjb.safedb.KjbNotRnnoJpaAttributeConverter;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
@@ -53,6 +54,7 @@ public class UserInfo extends AbstractEntity<String> implements Serializable {
|
||||
|
||||
@Column(length = 40)
|
||||
@Comment("휴대폰 번호")
|
||||
@Convert(converter = KjbNotRnnoJpaAttributeConverter.class)
|
||||
private String cphnno;
|
||||
|
||||
@Column(length = 40)
|
||||
@@ -61,6 +63,7 @@ public class UserInfo extends AbstractEntity<String> implements Serializable {
|
||||
|
||||
@Column(length = 100)
|
||||
@Comment("이메일 주소")
|
||||
@Convert(converter = KjbNotRnnoJpaAttributeConverter.class)
|
||||
private String emad;
|
||||
|
||||
@Column(length = 3)
|
||||
|
||||
Reference in New Issue
Block a user