使用@Value的类必须使用@Component(或者其他相关注解)----归容器管理
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import sun.misc.BASE64Decoder;
import javax.annotation.PostConstruct;
import java.io.FileOutputStream;
import java.io.OutputStream;