|
|
|
@@ -32,15 +32,12 @@ import lombok.extern.slf4j.Slf4j; |
|
|
|
@Slf4j |
|
|
|
public class AliyunVideoExcutor implements VideoExcutor { |
|
|
|
|
|
|
|
@Lazy |
|
|
|
@Autowired |
|
|
|
AliyunVideoConfig config; |
|
|
|
|
|
|
|
@Lazy |
|
|
|
@Autowired |
|
|
|
AliyunVideoUploadThread thread; |
|
|
|
|
|
|
|
@Lazy |
|
|
|
@Autowired |
|
|
|
@Qualifier("objectCommonRedisTemplate") |
|
|
|
RedisTemplate<String, Object> redisTemplate; |
|
|
|
|