Commit b14d13aed211f24db54bb850bd2b87806dbbaa69

Authored by panzh
1 parent a547fd67

update...

src/main/java/com/bsth/StartCommand.java
... ... @@ -61,7 +61,7 @@ public class StartCommand implements CommandLineRunner {
61 61 sexec.scheduleWithFixedDelay(refreshScheduleCacheThread, 60, 60 * 2, TimeUnit.SECONDS);
62 62  
63 63 //gps socket client
64   - //clientApp.init();
  64 + clientApp.init();
65 65 //gps 数据处理
66 66 dataMainProcessor.start();
67 67  
... ...