java-tutorials/feign/README.md

9 lines
247 B
Markdown
Raw Normal View History

## Feign Hypermedia Client ##
This is the implementation of a [spring-hypermedia-api][1] client using Feign.
[1]: https://github.com/eugenp/spring-hypermedia-api
2016-10-04 05:35:25 -04:00
2017-08-01 08:59:55 -04:00
### Relevant Articles:
2016-10-04 05:35:25 -04:00
- [Intro to Feign](http://www.baeldung.com/intro-to-feign)