From 9d2454651ef343f00d7e330cc52f30504c721420 Mon Sep 17 00:00:00 2001 From: Reinhard Prechtl Date: Fri, 9 Jun 2017 12:25:07 +0200 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a287e7a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# spring-kotlin-jpa + +This repository contains sample code using Spring Boot and Kotlin to work with JPA.