https://github.com/ingogriebsch/sample-spring-cloud-openfeign-page-support
This sample shows you how to enable (Spring Data) page support on Feign clients
https://github.com/ingogriebsch/sample-spring-cloud-openfeign-page-support
example feign-client java sample spring spring-boot spring-cloud spring-cloud-open-feign
Last synced: about 1 month ago
JSON representation
This sample shows you how to enable (Spring Data) page support on Feign clients
- Host: GitHub
- URL: https://github.com/ingogriebsch/sample-spring-cloud-openfeign-page-support
- Owner: ingogriebsch
- License: apache-2.0
- Created: 2019-10-01T15:23:57.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T07:42:21.000Z (over 3 years ago)
- Last Synced: 2025-11-30T13:50:03.183Z (7 months ago)
- Topics: example, feign-client, java, sample, spring, spring-boot, spring-cloud, spring-cloud-open-feign
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Cloud Openfeign page support sample
[](https://travis-ci.org/ingogriebsch/sample-spring-cloud-openfeign-page-support)
[](https://codecov.io/gh/ingogriebsch/sample-spring-cloud-openfeign-page-support)
[](https://app.codacy.com/app/ingo.griebsch/sample-spring-cloud-openfeign-page-support?utm_source=github.com&utm_medium=referral&utm_content=ingogriebsch/sample-spring-cloud-openfeign-page-support&utm_campaign=Badge_Grade_Dashboard)
[](https://depshield.github.io)
[](http://www.apache.org/licenses/LICENSE-2.0.html)
This sample shows you how to enable (Spring Data) page support on Feign clients.
## Used frameworks
Collection of the mainly used frameworks in this project. There are more, but they are not that present inside the main use case therefore they are not listed here.
* [Spring Cloud Openfeign](https://cloud.spring.io/spring-cloud-openfeign/reference/html/)
* [Spring Data Commons](https://docs.spring.io/spring-data/data-commons/docs/1.13.10.RELEASE/reference/html/)
* [Spring Boot](https://docs.spring.io/spring-boot/docs/2.1.7.RELEASE/reference/htmlsingle/)
## Additional links which helped to understand and solve the issue
* [Unable to decode Page response](https://github.com/spring-cloud/spring-cloud-openfeign/issues/205)
* [Support Spring Data Pageable in Feign Client](https://github.com/spring-cloud/spring-cloud-netflix/issues/556)
* [Support Spring Data Pageable in Feign Client](https://github.com/spring-cloud/spring-cloud-openfeign/issues/26)
## License
This code is open source software licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.html).