Commit 3d110845 by chenweitao

Merge branch 'working' into 'master'

暂停微博搜索框热词采集

See merge request !157
parents 15038a17 a21ea4f5
...@@ -604,8 +604,8 @@ public class GatherTimer { ...@@ -604,8 +604,8 @@ public class GatherTimer {
*微博搜索框热词采集 *微博搜索框热词采集
*/ */
@Async(value = "myScheduler") //@Async(value = "myScheduler")
@Scheduled(cron = "0 * * * * ? ") //@Scheduled(cron = "0 * * * * ? ")
public void crawlerWeiBoSearchBoxHotWords(){ public void crawlerWeiBoSearchBoxHotWords(){
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