Commit d3aa29e0 by chenweitao

Merge branch 'working' into 'master'

暂停新浪热点采集

See merge request !164
parents eeb32a13 01532383
...@@ -242,8 +242,8 @@ public class GatherTimer { ...@@ -242,8 +242,8 @@ public class GatherTimer {
/** /**
* 新浪热点的采集 * 新浪热点的采集
*/ */
@Async(value = "myScheduler") //@Async(value = "myScheduler")
@Scheduled(cron = "10 * * * * ? ") //@Scheduled(cron = "10 * * * * ? ")
public void crawlerXinLangHotSpot(){ public void crawlerXinLangHotSpot(){
Date date = DateUtils.getMillSecondTime(new Date()); Date date = DateUtils.getMillSecondTime(new Date());
List<HotSearchList> list = XinLangHotSearchCrawler.getXinLangHotSpot(date); List<HotSearchList> list = XinLangHotSearchCrawler.getXinLangHotSpot(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