Base64 클래스 경로 변경
This commit is contained in:
parent
c3bef24403
commit
db3d9f65ee
@ -1,6 +1,6 @@
|
|||||||
package nlib.cmm.crypto;
|
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.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
import org.springframework.beans.factory.annotation.Value;
|
import org.springframework.beans.factory.annotation.Value;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user