Java Feign介绍
2024-06-21 21:28:24 2024-12-18 19:59:13 李腾 27 次阅读 0 次点赞
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
本文由人工编写,AI优化,请仔细甄别,转载请注明转自www.hylab.cn,原文地址:Java Feign介绍