Commit ec44077d by leiliangliang

暂停搜狗微信采集程序(app端)

parent cfbfd74d
...@@ -205,8 +205,8 @@ public class GatherTimer { ...@@ -205,8 +205,8 @@ public class GatherTimer {
/** /**
* 搜狗微信热搜的采集(app端采集链接) * 搜狗微信热搜的采集(app端采集链接)
*/ */
@Async(value = "myScheduler") //@Async(value = "myScheduler")
@Scheduled(cron = "20 * * * * ? ") //@Scheduled(cron = "20 * * * * ? ")
public void ceawlerSougouHotData(){ public void ceawlerSougouHotData(){
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