Skip to content

ksokolovic/spring-boot-with-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sample Spring Boot REST API built with Kotlin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages