提交 30051a6e 作者: 925993793@qq.com

遗漏提交

上级 ba220925
...@@ -28,6 +28,7 @@ import org.springframework.kafka.core.KafkaTemplate; ...@@ -28,6 +28,7 @@ import org.springframework.kafka.core.KafkaTemplate;
import org.springframework.scheduling.annotation.Scheduled; import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.*; import java.util.*;
import java.util.concurrent.CompletableFuture; import java.util.concurrent.CompletableFuture;
...@@ -44,7 +45,7 @@ public class AnalysisTask { ...@@ -44,7 +45,7 @@ public class AnalysisTask {
private IEventService eventService; private IEventService eventService;
@Autowired @Autowired
private EsService esService; private EsService esService;
@Autowired @Resource
private KafkaTemplate<String, String> kafkaTemplate; private KafkaTemplate<String, String> kafkaTemplate;
@Autowired @Autowired
private RedisUtil redisUtil; private RedisUtil redisUtil;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论