摘要: 1 服务调用Feign入门 前面我们使用的RestTemplate实现REST API调用,代码大致如下: @GetMapping("/buy/{id}") public Product order() { Product product = restTemplate.getForObject("h 阅读全文
posted @ 2021-07-13 17:20 傀儡岁月 阅读(81) 评论(0) 推荐(0)