|
|
|
@ -7,9 +7,6 @@ import org.slf4j.LoggerFactory; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Component; |
|
|
|
|
|
|
|
import java.util.concurrent.ExecutorService; |
|
|
|
import java.util.concurrent.Executors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @program: esua-epdc |
|
|
|
* @description: 大屏展示推送数据-每月 |
|
|
|
@ -21,9 +18,6 @@ public class PushDataEveryMonthTaskImpl implements PushDataEveryMonthTask { |
|
|
|
|
|
|
|
private Logger logger = LoggerFactory.getLogger(getClass()); |
|
|
|
|
|
|
|
//创建固定大小为100 的线程池
|
|
|
|
private static ExecutorService service = Executors.newFixedThreadPool(100); |
|
|
|
|
|
|
|
@Autowired |
|
|
|
private CloudAnalysisFeignClient cloudAnalysisFeignClient; |
|
|
|
|
|
|
|
|