Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign's first goal was reducing the complexity of binding Denominator uniformly to HTTP APIs regardless of ReSTfulness.
参考资料:https://github.com/OpenFeign/feign
转载请注明转自www.hylab.cn,原文地址:Java Feign介绍