Kotlin
-
Kotlin 提供了简洁、优雅的代码和与 Java 库的良好互操作性。
-
Spring Framework 为 Kotlin 提供了一流的支持,允许 Kotlin 应用程序集成 Spring 生态系统。
-
Spring Boot 简化了 Kotlin 中的 Spring 应用程序开发,提供专门的 Kotlin 支持。
Kotlin 是一种静态类型语言,面向 JVM(及其他平台),它允许编写简洁、优雅的代码,同时提供非常好的 与 Java 中编写的现有库的互操作性。
Kotlin is a statically typed language that targets the JVM (and other platforms) which allows writing concise and elegant code while providing very good interoperability with existing libraries written in Java.
Spring Framework 为 Kotlin 提供了一流的支持,允许开发者编写 Kotlin 应用程序,几乎就像 Spring Framework 是一个原生 Kotlin 框架一样。大多数参考文档的代码示例除了 Java 之外还提供了 Kotlin 示例。
The Spring Framework provides first-class support for Kotlin and lets developers write Kotlin applications almost as if the Spring Framework was a native Kotlin framework. Most of the code samples of the reference documentation are provided in Kotlin in addition to Java.
使用 Kotlin 构建 Spring 应用程序最简单的方法是利用 Spring Boot 和它的 专门的 Kotlin 支持。https://spring.io/guides/tutorials/spring-boot-kotlin/[本综合教程] 将教您如何使用 start.spring.io 使用 Kotlin 构建 Spring Boot 应用程序。
The easiest way to build a Spring application with Kotlin is to leverage Spring Boot and its dedicated Kotlin support. This comprehensive tutorial will teach you how to build Spring Boot applications with Kotlin using start.spring.io.
如果您需要支持,请随时加入 Kotlin Slack 的 #spring 频道,或在 Stackoverflow 上使用 spring
和 kotlin
作为标签提问。
Feel free to join the #spring channel of Kotlin Slack
or ask a question with spring
and kotlin
as tags on
Stackoverflow if you need support.