Commit ac59b5ab by leiliangliang

新增快手热榜的采集

parent 5ed24a98
...@@ -17,7 +17,7 @@ import java.util.*; ...@@ -17,7 +17,7 @@ import java.util.*;
/** /**
* @author ll * @author ll
* @ClassName:KuaiShouHotSearchCrawlerTeat * @ClassName:KuaiShouHotSearchCrawlerTeat
* @Description: * @Description:快手采集
* @date 2021年6月10日 下午5:54:31 * @date 2021年6月10日 下午5:54:31
*/ */
@Log4j2 @Log4j2
......
...@@ -508,7 +508,7 @@ public class GatherTimer { ...@@ -508,7 +508,7 @@ public class GatherTimer {
return name; return name;
} }
/** /**
*快手热榜采集 *快手热榜采集
*/ */
@Async(value = "myScheduler") @Async(value = "myScheduler")
@Scheduled(cron = "0 * * * * ? ") @Scheduled(cron = "0 * * * * ? ")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment