A wrapper for the Finnish Transport Agency's API for real time traffic data.
Is also a demo/test-project for Kotlin.
Uses Spring Boot
Generate the needed beans from wsdl
wsimport -d wsdl-beans <url>
Generates on bootup a default password for the user "user", if no users.properties is specified.
users.properties format:
user=password,role
For example:
tom=tomspw,API_USER
Starting the server
gradle bootRun
- gradle-task for generating beans