一、简介
    1、what
    轻量级、模板化http框架:Interface+Annotation
    2、why
    封装了Http调用流程,简化http调用
    源码解读 - 图1
    3、where
    Feign被广泛应用在Spring Cloud 的


    二、源码分析
    源码解读 - 图2

    源码解读 - 图3

    源码解读 - 图4