知识库
Java Feign介绍
2024-12-18 19:59:13 李腾 1 次阅读
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介绍