From bd29a0ba14e4fc1b7050b8be2a3b967bd9ec8291 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Thu, 29 Aug 2019 16:19:06 +0200 Subject: [PATCH] Update Asciidoctor metadata --- README.adoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index c10817a..2b922b9 100644 --- a/README.adoc +++ b/README.adoc @@ -1,11 +1,7 @@ ---- -tags: [kotlin,rest,data,jpa] -projects: [spring-data-jpa,spring-framework,spring-boot] ---- :toc: :icons: font :source-highlighter: prettify -:project_id: spring-boot +:project_id: tut-spring-boot-kotlin :tabsize: 2 This tutorial shows you how to build efficiently a sample blog application by combining the power of https://projects.spring.io/spring-boot/[Spring Boot] and https://kotlinlang.org/[Kotlin].