spring-cloud / spring-cloud-openfeign

Support for using OpenFeign in Spring Cloud apps
Apache License 2.0
1.17k stars 756 forks source link

Unable to read the totalElements property of Page from Spring Data Commons 3.3.0 #1032

Closed chenfd99 closed 1 month ago

chenfd99 commented 1 month ago

The structure of the Page returned by Spring Data Commons 3.3.0 is as follows:

{
    "content": [
        {
            "id": 1,
            "createdTime": "2024-05-20 08:26:41",
            "username": "SjKGpgdyYbWz"
        },
        {
            "id": 2,
            "createdTime": "2024-05-05 17:11:03",
            "username": "user",
            "email": "t5ekuOVtNfaP"
        },
        {
            "id": 3,
            "createdTime": "2024-05-20 08:26:41",
            "username": "YzmIFlSfBkLZ"
        }
    ],
    "page": {
        "size": 3,
        "number": 0,
        "totalElements": 21,
        "totalPages": 7
    }
}

so openfeign can't read totalElements