mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-12-16 17:48:59 +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