I\'m usingSpring Boot v2.2.2.RELEASE and Spring Data MongoDB. In this example, I am looking perform group by department code and get all employees
Spring Boot v2.2.2.RELEASE
Spring Data MongoDB
Aggregations on repository methods do not support the Page return type. Please have a look at the Reference Documentation for supported return types (eg. List).
Page
List
I created DATAMONGO-2506 to improve the error message in that case.