Commit 3b0f5480721fed2885439ea8293c72620131ff91
1 parent
7b818125
update
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/bsth/data/arrival/ArrivalData_GPS.java
| @@ -50,6 +50,7 @@ public class ArrivalData_GPS implements CommandLineRunner{ | @@ -50,6 +50,7 @@ public class ArrivalData_GPS implements CommandLineRunner{ | ||
| 50 | 50 | ||
| 51 | @Override | 51 | @Override |
| 52 | public void run(String... arg0) throws Exception { | 52 | public void run(String... arg0) throws Exception { |
| 53 | + logger.info("ArrivalData_GPS,30,10"); | ||
| 53 | Application.mainServices.scheduleWithFixedDelay(dataLoaderThread, 30, 10, TimeUnit.SECONDS); | 54 | Application.mainServices.scheduleWithFixedDelay(dataLoaderThread, 30, 10, TimeUnit.SECONDS); |
| 54 | } | 55 | } |
| 55 | 56 |