This is the source code for a sample Spring Boot application developed with Kotlin and Spring Data JPA.
See also https://github.com/spring-guides/tut-spring-boot-kotlin for a more complete Spring Boot + Kotlin + JPA example.
You can launch the application with by running:
$ ./gradlew bootRun
Make sure you have at least IntelliJ IDEA 2022.3 and Kotlin plugin 1.8.x. This project uses a Gradle Kotlin DSL.
This project is Apache 2.0 licensed.