@component 제거, 다른 클래스에서 직접생성하여 사용을 권장
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
This commit is contained in:
@@ -3,13 +3,11 @@ package com.eactive.apim.portal.jpa;
|
||||
import com.eactive.ext.djb.DamoManager;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import javax.persistence.AttributeConverter;
|
||||
import javax.persistence.Converter;
|
||||
|
||||
@Slf4j
|
||||
@Component
|
||||
@Converter
|
||||
public class PersonalDataEncryptConverter implements AttributeConverter<String, String> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user