An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Spring Cloud Openfeign page support sample
[![Build Status](https://travis-ci.org/ingogriebsch/sample-spring-cloud-openfeign-page-support.svg?branch=master)](https://travis-ci.org/ingogriebsch/sample-spring-cloud-openfeign-page-support)
[![Codecov Status](https://codecov.io/gh/ingogriebsch/sample-spring-cloud-openfeign-page-support/branch/master/graph/badge.svg)](https://codecov.io/gh/ingogriebsch/sample-spring-cloud-openfeign-page-support)
[![Codacy Status](https://api.codacy.com/project/badge/Grade/6902f0231127455f86d0b354c781908f)](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)
[![DepShield Status](https://depshield.sonatype.org/badges/ingogriebsch/sample-spring-cloud-openfeign-page-support/depshield.svg)](https://depshield.github.io)
[![License](http://img.shields.io/:license-apache-blue.svg)](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).