From 0aa6090ac9f24d82458ed09311acc05b9bfa6d16 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Sun, 12 Nov 2017 08:16:25 +0100 Subject: [PATCH] Cross-reference the blog article --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a287e7a..3aabad2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # 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](https://blog.codecentric.de/en/2017/06/kotlin-spring-working-jpa-data-classes/).