Resources
我们为学习如何使用 Kotlin 和 Spring Framework 构建应用程序的人员推荐以下资源:
We recommend the following resources for people learning how to build applications with Kotlin and the Spring Framework:
-
Kotlin Slack (具有专用 #spring 通道)
-
Kotlin Slack (with a dedicated #spring channel)
Examples
以下 Github 项目提供了你可以从中学习甚至可以扩展的示例:
The following Github projects offer examples that you can learn from and possibly even extend:
-
tut-spring-boot-kotlin:https://spring.io/guides/tutorials/spring-boot-kotlin/[Spring + Kotlin 官方教程] 的来源
-
tut-spring-boot-kotlin: Sources of the official Spring + Kotlin tutorial
-
spring-boot-kotlin-demo:常规 Spring Boot 和 Spring Data JPA 项目
-
spring-boot-kotlin-demo: Regular Spring Boot and Spring Data JPA project
-
mixit:Spring Boot、WebFlux 和 Reactive Spring Data MongoDB
-
mixit: Spring Boot, WebFlux, and Reactive Spring Data MongoDB
-
spring-kotlin-functional:独立 WebFlux 和函数式 Bean 定义 DSL
-
spring-kotlin-functional: Standalone WebFlux and functional bean definition DSL
-
spring-kotlin-fullstack:采用 Kotlin2js 而非 JavaScript 或 TypeScript 的 WebFlux Kotlin 全栈示例
-
spring-kotlin-fullstack: WebFlux Kotlin fullstack example with Kotlin2js for frontend instead of JavaScript or TypeScript
-
spring-petclinic-kotlin:Spring PetClinic 样例应用程序的 Kotlin 版本
-
spring-petclinic-kotlin: Kotlin version of the Spring PetClinic Sample Application