Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 535 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 535 Bytes

Spring Boot with Kotlin


This is a simple example of Spring Boot REST API built with Kotlin language instead of Java.

How to Run

  1. Clone the repository.
  2. Adjust the application properties file for your own MySQL (or other) database, by editing the src/main/resources/application.properties file.
  3. Build the project with $ ./gradlew build.
  4. Run the application with $ ./gradlew bootRun.
  5. The application is available at http://localhost:8080.