From d747d43b2343a3a491892b74b8af31376a1eee88 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Mon, 14 May 2018 11:39:22 +0200 Subject: [PATCH] Update Kotlin refdoc with the new tutorial Closes gh-13161 --- .../src/main/asciidoc/spring-boot-features.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 9e19cb9c2b..79d695339b 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -7667,7 +7667,9 @@ such as Spring Framework, Spring Data, and Reactor. See the {spring-reference}languages.html#kotlin[Spring Framework Kotlin support documentation] for more information. -The easiest way to start with Spring Boot and Kotlin is to create a project via +The easiest way to start with Spring Boot and Kotlin is to follow +https://spring.io/guides/tutorials/spring-boot-kotlin/[this comprehensive tutorial]. You +can create new Kotlin projects via https://start.spring.io/#!language=kotlin[start.spring.io]. Feel free to join the #spring channel of http://slack.kotlinlang.org/[Kotlin Slack] or ask a question with `spring` and `kotlin` tags on https://stackoverflow.com/questions/tagged/spring+kotlin[Stack @@ -7861,6 +7863,7 @@ instance lifecycle to "per-class"]. * https://try.kotlinlang.org/[Try Kotlin in your browser] * https://blog.jetbrains.com/kotlin/[Kotlin blog] * https://kotlin.link/[Awesome Kotlin] +* https://spring.io/guides/tutorials/spring-boot-kotlin/[Tutorial: building web applications with Spring Boot and Kotlin ] * https://spring.io/blog/2016/02/15/developing-spring-boot-applications-with-kotlin[Developing Spring Boot applications with Kotlin] * https://spring.io/blog/2016/03/20/a-geospatial-messenger-with-kotlin-spring-boot-and-postgresql[A Geospatial Messenger with Kotlin, Spring Boot and PostgreSQL] * https://spring.io/blog/2017/01/04/introducing-kotlin-support-in-spring-framework-5-0[Introducing Kotlin support in Spring Framework 5.0]