How to invoke the service of zuul proxy through feign

enter the url of

Mar.09,2021
The problem of

feign calling zuul


has been bothering me for two days, and I still don't understand the zuul application scenario. It turns out that zuul is on the provider side and feign is on the provider side. If the provider interface is provided directly to the external call, it will be intercepted by zuul, and if the micro-service module is called by the micro-service module, the feign will be used (for example, the address module will be called first when the user places an order).


has the problem been solved? If it has been solved, can you give me a solution

Menu