From 5d315662799addb38ed4abf1096478bec6067aaa Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Fri, 11 May 2018 10:49:13 +0200 Subject: [PATCH] Add conclusion --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index 2360ed1..49c5f41 100644 --- a/README.adoc +++ b/README.adoc @@ -895,3 +895,7 @@ class HtmlController(private val repository: ArticleRepository, ---- Restart the web application, refresh `http://localhost:8080/`, you should see the banner on the blog homepage. + +== Conclusion + +We have now finished to build this sample Kotlin blog application. The source code https://github.com/spring-guides/tut-spring-boot-kotlin[is available on Github]. You can also have a look to https://docs.spring.io/spring/docs/current/spring-framework-reference/languages.html#kotlin[Spring Framework] and https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-kotlin.html[Spring Boot] reference documentation if you need more details on specific features.