1.大文件入队提前处理

2.新增addTask文件转换入队接口
3.支持kkFIleView接口和异构系统redis入队
This commit is contained in:
kl
2018-01-19 14:51:18 +08:00
parent ad790f4ae9
commit 6754232a1d
9 changed files with 116 additions and 14 deletions

View File

@ -1,11 +1,10 @@
package cn.keking.utils;
import cn.keking.param.ReturnResponse;
import cn.keking.model.ReturnResponse;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import java.io.*;
import java.net.*;
import java.nio.charset.Charset;
import java.util.UUID;
/**

View File

@ -1,6 +1,6 @@
package cn.keking.utils;
import cn.keking.param.ReturnResponse;
import cn.keking.model.ReturnResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;