当前位置: 首页 > news >正文

大自然的网站设计seo职业

大自然的网站设计,seo职业,做设计必须知道的几个网站吗,世界500强企业排名2024最新名单在微服务中&#xff0c;如何使用feign在不同微服务中进行远程调用 在微服务中&#xff0c;如何使用feign在不同微服务中进行远程调用 步骤&#xff1a; 第一步&#xff1a; 引入feign依赖 <dependency><groupId>org.springframework.cloud</groupId><…

在微服务中,如何使用feign在不同微服务中进行远程调用

在微服务中,如何使用feign在不同微服务中进行远程调用

步骤:

第一步:

引入feign依赖

        <dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-starter-openfeign</artifactId></dependency>

这里没有指定版本号是因为…中的spring-cloud指定了版本号,如下

    <dependencyManagement><dependencies><dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-dependencies</artifactId><version>${spring-cloud.version}</version><type>pom</type><scope>import</scope></dependency></dependencies></dependencyManagement>

第二步:在启动类中添加@EnableFeignClients注解

@EnableFeignClients //开启远程调用
@SpringBootApplication
public class Application {public static void main(String[] args) {SpringApplication.run(Application.class, args);}}

第三步:编写远程调用接口。现search服务需要调用product服务下/product/attr/info/{attrId}路径下的方法,该被调用的方法为:

    @RequestMapping("/product/attr/info/{attrId}")public R info(@PathVariable("attrId") Long attrId){AttrRespVo respVo = attrService.getAttrInfo(attrId);return R.ok().put("attr", respVo);}

那么在search服务中编写的接口如下:我们需要保证接口中的方法与product中被调用的方法,方法名可以不同,但是他们的参数返回值类型请求路径要一致。接口方法发送get请求.

@FeignClient(name = "product",url = "http://localhost:10000")
public interface ProductFeignService {
@GetMapping("/product/attr/info/{attrId}")public R attrInfo(@PathVariable("attrId") Long attrId);}

第四步:在业务中远程调用,如下:

@Autowired 
ProductFeignService productFeignService;// 远程调用
Long attrId=1;
R r = productFeignService.attrInfo(attrId);
http://www.ds6.com.cn/news/16424.html

相关文章:

  • 东莞高端网站建设晋江怎么交换友情链接
  • 菏泽建设集团搜索seo怎么优化
  • 保定建设网站品牌推广渠道
  • 网站快照更新慢免费seo课程
  • 在国税网站更换购票员怎么做搜索引擎优化seo网站
  • 备案号是哪个网站广告语
  • web是网站还是网页微信引流获客软件
  • 徐州建设工程交易网招标公告查询关键词优化是怎么弄的
  • 包装印刷seo 优化教程
  • 做淘宝客需要那先网站交换链接平台
  • 毕设做网站答辩会要求当场演示吗山东公司网站推广优化
  • 网络服务器性能西安网站建设优化
  • wordpress页面链接地址seo自学网官网
  • 手机怎么做网站免费的网络营销策略的定义
  • 网站后台管理密码忘了郑州网站建设十大公司
  • 公司中英文网站推广计划方案模板
  • 带数据库网站设计百度seo优化推广
  • 官方网站建设制作平台有什么平台可以发布推广信息
  • 泰安房产网站建设网络推广山东
  • 家用机能否做网站服务器宁德seo优化
  • 有名设计网站图片优化网站
  • 做的网站在ie会乱码包头整站优化
  • 网站死链上海培训机构白名单
  • 网站建设制作方法百度文库官网
  • 网站后台从哪里进去windows优化大师使用方法
  • 上海网站建设 网页制作免费培训机构
  • php 手机网站源码网络运营具体做什么
  • 佟年给韩商言做的网站推广运营
  • 无域名网站 能否被百度网站seo李守洪排名大师
  • 网站开发什么叫前端后端百度seo点击软件