@component 제거, 다른 클래스에서 직접생성하여 사용을 권장
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-06-23 10:34:59 +09:00
parent 47b99d1858
commit f67970c280
@@ -3,13 +3,11 @@ package com.eactive.apim.portal.jpa;
import com.eactive.ext.djb.DamoManager; import com.eactive.ext.djb.DamoManager;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Component;
import javax.persistence.AttributeConverter; import javax.persistence.AttributeConverter;
import javax.persistence.Converter; import javax.persistence.Converter;
@Slf4j @Slf4j
@Component
@Converter @Converter
public class PersonalDataEncryptConverter implements AttributeConverter<String, String> { public class PersonalDataEncryptConverter implements AttributeConverter<String, String> {