Mention Kotlin code samples in the Kotlin refdoc

This commit is contained in:
Sebastien Deleuze 2019-09-19 10:44:08 +02:00
parent 74897bc52a
commit 02d70424ad
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ its https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features
https://spring.io/guides/tutorials/spring-boot-kotlin/[This comprehensive tutorial]
will teach you how to build Spring Boot applications with Kotlin using https://start.spring.io/#!language=kotlin&type=gradle-project[start.spring.io].
As of Spring Framework 5.2, most of the code samples of the reference documentation are
provided in Kotlin in addition to Java.
Feel free to join the #spring channel of https://slack.kotlinlang.org/[Kotlin Slack]
or ask a question with `spring` and `kotlin` as tags on
https://stackoverflow.com/questions/tagged/spring+kotlin[Stackoverflow] if you need support.