This is a simple example of Spring Boot REST API built with Kotlin language instead of Java.
- Clone the repository.
- Adjust the application properties file for your own MySQL (or other) database, by editing the
src/main/resources/application.properties
file. - Build the project with
$ ./gradlew build
. - Run the application with
$ ./gradlew bootRun
. - The application is available at http://localhost:8080.