Commit 02e86f34 by chenweitao

Merge branch 'mlbWork' into 'master'

Mlb work

See merge request !45
parents be860661 3c7a0792
...@@ -261,8 +261,8 @@ public class GatherTimer { ...@@ -261,8 +261,8 @@ public class GatherTimer {
logger.info("知乎热搜话题采集结束..."); logger.info("知乎热搜话题采集结束...");
} }
// @Async(value = "myScheduler") @Async(value = "myScheduler")
// @Scheduled(cron = "20 * * * * ? ") @Scheduled(cron = "20 * * * * ? ")
public void crawlerWeiBoPreheat(){ public void crawlerWeiBoPreheat(){
logger.info("微博预热榜开始采集..."); logger.info("微博预热榜开始采集...");
Date date = DateUtils.getMillSecondTime(new Date()); 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