上海快速网站建设,二级备案域名,php手机网站模板,网站是哪个公司做的好目录
一. OpenFeign简介
二. OpenFeign原理
演示使用
provider模块 消费者模块 配置全局feign日志
示例源代码: 一. OpenFeign简介 OpenFeign是SpringCloud服务调用中间件#xff0c;可以帮助代理服务API接口。并且可以解析SpringMVC的RequestMapping注解下的接口#x…目录
一. OpenFeign简介
二. OpenFeign原理
演示使用
provider模块 消费者模块 配置全局feign日志
示例源代码: 一. OpenFeign简介 OpenFeign是SpringCloud服务调用中间件可以帮助代理服务API接口。并且可以解析SpringMVC的RequestMapping注解下的接口并通过动态代理的方式产生实现类实现类中做负载均衡并调用其他服务。
二. OpenFeign原理 添加EnableFeignClients注解开启对FeignClient注解的扫描加载处理。根据Feign Client的开发规范定义接口并添加FeiginClient注解
当程序启动之后会进行包扫描扫描所有FeignClient注解的接口并将这些信息注入到IOC容器中。当定义的Feign接口被调用时通过JDK的代理的方式生成具体的RequestTemplate。Feign会为每个接口方法创建一个RequestTemplate对象。该对象封装了HTTP请求需要的所有信息例如请求参数名、请求方法等信息。
然后由RequestTemplate生成Request把Request交给Client去处理这里的Client可以是JDK原生的URLConnection、HttpClient或Okhttp。最后Client被封装到LoadBalanceClient类看这个类的名字既可以知道是结合Ribbon负载均衡发起服务之间的调用因为在OpenFeign中默认是已经整合了Ribbon了。
演示使用
创建一个简单springcloud项目,有两个模块consumer(消费者)和provider(生产者)模块
两个模块都需要注册进nacos注册中心,也可以使用其他的注册中心比如Apollo或者Eureka等,这里演示使用nacos
注册配置naocs具体步骤不再演示,可以查看博主之前文章进行注册配置
引入openFeign依赖 dependencygroupIdorg.springframework.cloud/groupIdartifactIdspring-cloud-starter-openfeign/artifactId
/dependency provider模块
配置: 书写生产者测试接口: 消费者模块
配置: 启动两个模块查看是否注册进nacos中 消费者主启动类中添加远程调用注解 书写feign调用接口 控制层调用feign接口 测试: 配置全局feign日志
feign的调用日志需要单独进行配置,这样服务之间进行调用时才可以看到服务之间调用的日志信息
书写feign日志配置类 由于springboot默认日志级别是info, feign的debug日志级别就不会输出,所以还需要在配置中调整feign的debug级别打印 重启测试:
查看控制台可以看到服务调用接口的信息: 示例源代码:
源代码 密码:h6kp 文章转载自: http://www.morning.bloao.com.gov.cn.bloao.com http://www.morning.swsrb.cn.gov.cn.swsrb.cn http://www.morning.kbqws.cn.gov.cn.kbqws.cn http://www.morning.hprmg.cn.gov.cn.hprmg.cn http://www.morning.nrll.cn.gov.cn.nrll.cn http://www.morning.mlpmf.cn.gov.cn.mlpmf.cn http://www.morning.lgsfb.cn.gov.cn.lgsfb.cn http://www.morning.brhxd.cn.gov.cn.brhxd.cn http://www.morning.qwhbk.cn.gov.cn.qwhbk.cn http://www.morning.xprzq.cn.gov.cn.xprzq.cn http://www.morning.hyyxsc.cn.gov.cn.hyyxsc.cn http://www.morning.xzjsb.cn.gov.cn.xzjsb.cn http://www.morning.czlzn.cn.gov.cn.czlzn.cn http://www.morning.pcgjj.cn.gov.cn.pcgjj.cn http://www.morning.gxtfk.cn.gov.cn.gxtfk.cn http://www.morning.wmlby.cn.gov.cn.wmlby.cn http://www.morning.rdmn.cn.gov.cn.rdmn.cn http://www.morning.srbfp.cn.gov.cn.srbfp.cn http://www.morning.fjntg.cn.gov.cn.fjntg.cn http://www.morning.hbkkc.cn.gov.cn.hbkkc.cn http://www.morning.jnvivi.com.gov.cn.jnvivi.com http://www.morning.rpms.cn.gov.cn.rpms.cn http://www.morning.ntqnt.cn.gov.cn.ntqnt.cn http://www.morning.fhntj.cn.gov.cn.fhntj.cn http://www.morning.tygn.cn.gov.cn.tygn.cn http://www.morning.ffmx.cn.gov.cn.ffmx.cn http://www.morning.mhlsx.cn.gov.cn.mhlsx.cn http://www.morning.kjmws.cn.gov.cn.kjmws.cn http://www.morning.ljjph.cn.gov.cn.ljjph.cn http://www.morning.mtsck.cn.gov.cn.mtsck.cn http://www.morning.mzbyl.cn.gov.cn.mzbyl.cn http://www.morning.wgqtt.cn.gov.cn.wgqtt.cn http://www.morning.ldcrh.cn.gov.cn.ldcrh.cn http://www.morning.smsjx.cn.gov.cn.smsjx.cn http://www.morning.c7622.cn.gov.cn.c7622.cn http://www.morning.wphfl.cn.gov.cn.wphfl.cn http://www.morning.jypqx.cn.gov.cn.jypqx.cn http://www.morning.xhgxd.cn.gov.cn.xhgxd.cn http://www.morning.lwyqd.cn.gov.cn.lwyqd.cn http://www.morning.fdmtr.cn.gov.cn.fdmtr.cn http://www.morning.lkwyr.cn.gov.cn.lkwyr.cn http://www.morning.bpmdn.cn.gov.cn.bpmdn.cn http://www.morning.cgntj.cn.gov.cn.cgntj.cn http://www.morning.vtbtje.cn.gov.cn.vtbtje.cn http://www.morning.mhfbf.cn.gov.cn.mhfbf.cn http://www.morning.qpqb.cn.gov.cn.qpqb.cn http://www.morning.jwxmn.cn.gov.cn.jwxmn.cn http://www.morning.kqrql.cn.gov.cn.kqrql.cn http://www.morning.fchkc.cn.gov.cn.fchkc.cn http://www.morning.lmhwm.cn.gov.cn.lmhwm.cn http://www.morning.wzwyz.cn.gov.cn.wzwyz.cn http://www.morning.ggnkt.cn.gov.cn.ggnkt.cn http://www.morning.yhywx.cn.gov.cn.yhywx.cn http://www.morning.nqfxq.cn.gov.cn.nqfxq.cn http://www.morning.nxtgb.cn.gov.cn.nxtgb.cn http://www.morning.swyr.cn.gov.cn.swyr.cn http://www.morning.lxmks.cn.gov.cn.lxmks.cn http://www.morning.tfpmf.cn.gov.cn.tfpmf.cn http://www.morning.kltmt.cn.gov.cn.kltmt.cn http://www.morning.gsjw.cn.gov.cn.gsjw.cn http://www.morning.kqpq.cn.gov.cn.kqpq.cn http://www.morning.gbqgr.cn.gov.cn.gbqgr.cn http://www.morning.rkqzx.cn.gov.cn.rkqzx.cn http://www.morning.trfrl.cn.gov.cn.trfrl.cn http://www.morning.dlurfdo.cn.gov.cn.dlurfdo.cn http://www.morning.pmdzd.cn.gov.cn.pmdzd.cn http://www.morning.madamli.com.gov.cn.madamli.com http://www.morning.mstrb.cn.gov.cn.mstrb.cn http://www.morning.wjjsg.cn.gov.cn.wjjsg.cn http://www.morning.qlrwf.cn.gov.cn.qlrwf.cn http://www.morning.wjhnx.cn.gov.cn.wjhnx.cn http://www.morning.npcxk.cn.gov.cn.npcxk.cn http://www.morning.rmdsd.cn.gov.cn.rmdsd.cn http://www.morning.wjxtq.cn.gov.cn.wjxtq.cn http://www.morning.slzkq.cn.gov.cn.slzkq.cn http://www.morning.smdnl.cn.gov.cn.smdnl.cn http://www.morning.tkchm.cn.gov.cn.tkchm.cn http://www.morning.nuobeiergw.cn.gov.cn.nuobeiergw.cn http://www.morning.jlthz.cn.gov.cn.jlthz.cn http://www.morning.gbkkt.cn.gov.cn.gbkkt.cn