Kotlin Springboot Gradle Rest Example
How to use:
Clone the repository.
run with the command "gradle bootrun"
run the tests with the command "gradle test"
Open a browser and type :
For a list of cities in database: http://localhost:8080/cities For a list of cities in database within a query: http://localhost:8080/cities?country=United
To add cities: http://localhost:8080/cities via Post with parameters city & country.