Sample code using Spring Boot and Kotlin to work with JPA
Find a file
Sebastien Deleuze 5bbb84dce6 Refactor to idiomatic Spring + Kotlin code
- Usage of Kotlin JPA compiler plugin to generate default constructors
 - Jackson builder already register Kotlin module with sensible defaults
 - One liner syntax + type inference when possible
2017-06-16 22:36:18 +02: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 Create README.md 2017-06-09 12:25:07 +02:00

spring-kotlin-jpa

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