Commit a21ea4f5 by leiliangliang

暂停微博搜索框热词采集

parent f51d3ad0
......@@ -604,8 +604,8 @@ public class GatherTimer {
*微博搜索框热词采集
*/
@Async(value = "myScheduler")
@Scheduled(cron = "0 * * * * ? ")
//@Async(value = "myScheduler")
//@Scheduled(cron = "0 * * * * ? ")
public void crawlerWeiBoSearchBoxHotWords(){
logger.info("微博搜索框热词采集开始........");
Date date = DateUtils.getMillSecondTime(new Date());
......
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