- Produce the Live Navigation GPS data based on the CSV file built with Spring Boot.
- The Live GPS data would repeat after end of the CSV file.
http://localhost:8087/api/coordinate
- Return JSON format data
- {"type":"Point","coordinates":{"lng":101.6869,"lat":3.139}}
- ./mvnw spring-boot:run
- ./mvnw clean package
- java -jar springgps-0.0.1-SNAPSHOT.jar