摘要:
简介:改造电商项目 order-service服务 调用商品服务获取商品信息 Feign: 伪RPC客户端(本质还是用http) 官方文档: https://cloud.spring.io/spring-cloud-openfeign/ 1、使用feign步骤讲解(新旧版本依赖名称不一样) orde 阅读全文
摘要:
1、创建order_service项目 pom依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dep 阅读全文