mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 03:26:37 +08:00
- Introduce resolvePageable method to parse page requests and return Pageable objects - Subclasses can now override resolvePageable method to customize paging logic - Modify the findAll and findAllMapped methods and use the new resolvePageable method for pagination query