FeignClient访问第三方地址

FeignClient不仅可以访问微服务之间的地址,还可以访问外部地址;以接口的形式进行调用,大大简化了调用过程;

参考如下:https://blog.csdn.net/qq_21084687/article/details/95964803?utm_source=distribute.pc_relevant.none-task

https://blog.csdn.net/tuhooo/article/details/84576619?utm_source=distribute.pc_relevant.none-task

https://blog.csdn.net/HuanFengZhiQiu/article/details/103774306?utm_source=distribute.pc_relevant.none-task

你可能感兴趣的:(springboot学习)