Base64 클래스 경로 변경

This commit is contained in:
KNKIM 2021-07-29 09:05:56 +09:00
parent c3bef24403
commit db3d9f65ee

View File

@ -1,6 +1,6 @@
package nlib.cmm.crypto;
import org.apache.tomcat.util.codec.binary.Base64;
import org.apache.commons.codec.binary.Base64;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Value;