Commit 8efe25ec by caojingji

暂时停止基站轨迹的抓取

parent 5d0c51a0
...@@ -21,7 +21,7 @@ public class GetTrackTest { ...@@ -21,7 +21,7 @@ public class GetTrackTest {
@Autowired @Autowired
private IphoneTrackService iphoneTrackService; private IphoneTrackService iphoneTrackService;
@Scheduled(initialDelay = 1000,fixedDelay = 14400000) //项目启动后延迟两分钟执行,每次执行完后两分钟后再次执行 //@Scheduled(initialDelay = 1000,fixedDelay = 14400000) //项目启动后延迟两分钟执行,每次执行完后两分钟后再次执行
public void getTrackInfo(){ public void getTrackInfo(){
System.out.println("============ data get Thread start Running ============="); System.out.println("============ data get Thread start Running =============");
List<String> imsis = new ArrayList<String>(); List<String> imsis = new ArrayList<String>();
......
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