We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spring-data-jpa , spring-data-redis等项目中均依赖于spring-data-common中提供的分页组件 对分页的一些抽象,比如Pageable , Page等都已经十分完善, 建议用spring-data-common中的分页组件,替换自己的分页实现
The text was updated successfully, but these errors were encountered:
No branches or pull requests
spring-data-jpa , spring-data-redis等项目中均依赖于spring-data-common中提供的分页组件
对分页的一些抽象,比如Pageable , Page等都已经十分完善,
建议用spring-data-common中的分页组件,替换自己的分页实现
The text was updated successfully, but these errors were encountered: