Sample code using Spring Boot and Kotlin to work with JPA
Find a file
Reinhard Prechtl 7ccc36c412
Merge pull request #1 from sdeleuze/master
Refactor to idiomatic Spring + Kotlin code
2017-12-28 23:38:41 +01:00
.mvn/wrapper Initial commit 2017-06-09 12:20:53 +02:00
domain Refactor to idiomatic Spring + Kotlin code 2017-06-16 22:36:18 +02:00
web Refactor to idiomatic Spring + Kotlin code 2017-06-16 22:36:18 +02:00
.gitignore Initial commit 2017-06-09 12:20:53 +02:00
mvnw Initial commit 2017-06-09 12:20:53 +02:00
mvnw.cmd Initial commit 2017-06-09 12:20:53 +02:00
pom.xml Refactor to idiomatic Spring + Kotlin code 2017-06-16 22:36:18 +02:00
README.md Cross-reference the blog article 2017-11-12 08:16:25 +01:00

spring-kotlin-jpa

This repository contains sample code using Spring Boot and Kotlin to work with JPA.

The code is explained in a blog article.