Spring Data Commons Page 接口已升级到 Spring Framework 6,并引入了重大更改。这些更改包括:

  • 泛型类型参数的移除

  • 使用 OffsetPageRequestPagedModelAssembler 来分页和映射结果

  • Page 的接口方法已更改,并添加了新的方法

  • 与 Spring WebFlux 集成,提供反应式分页支持

这些增强旨在简化和一致化 Spring Data 中的分页功能,并为应用程序开发人员提供更灵活和强大的分页体验。

Upgrading Spring Data

有关如何从 Spring Data 的较早版本升级的说明在项目 上提供。按照 中的链接找到想要升级到的版本。

Instructions for how to upgrade from earlier versions of Spring Data are provided on the project wiki. Follow the links in the release notes section to find the version that you want to upgrade to.

升级说明始终是发行说明中的第一项。如果您落后了一个以上的版本,请确保您也查看跳过的版本的发行说明。

Upgrading instructions are always the first item in the release notes. If you are more than one release behind, please make sure that you also review the release notes of the versions that you jumped.