Page 接口旨在为Spring Data的所有模块提供一致的数据页表示,使开发人员能够轻松地在不同存储库和查询方法之间进行导航和处理分页数据。它还允许与RESTful Web Service(例如REST API)轻松集成,其中分页和导航是常见要求。

Kotlin Support

是一种静态类型语言,它针对 JVM(和其他平台),这允许编写简洁优雅的代码,同时为使用 Java 编写的现有库提供卓越的

Kotlin is a statically typed language that targets the JVM (and other platforms) which allows writing concise and elegant code while providing excellent interoperability with existing libraries written in Java.

Spring Data 为 Kotlin 提供一流的支持,并且允许开发者编写 Kotlin 应用程序,几乎就像 Spring Data 是一个 Kotlin 本机框架。

Spring Data provides first-class support for Kotlin and lets developers write Kotlin applications almost as if Spring Data was a Kotlin native framework.

使用 Kotlin 构建 Spring 应用程序的最简单方法是利用 Spring Boot 及其 。此综合 将教你如何使用 `` 使用 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.