Feign (interface call)

Microservices communicate through the Rest interface. SpringCloud provides the Feign framework to support Rest calls. Feign enables the Rest interface calls of different processes to be made in a simple way, just like the same process call.

Last updated