想让微服务远程调用就是发起一次http请求,先把RestTemplate注册在spring容器中
然后利用restTemplate里面的getForObject或者postForObject方法进行url的请求 一定先把url先找出来 然后让进方法里面,当然也要告诉restTemplate返回值类型是什么。
最后将返回出来数据进行封装 最后进行订单查询的时候就可以将用户的信息也进行查询出来
标签:调用,url,RestTemplate,restTemplate,查询,远程 From: https://www.cnblogs.com/yzxsx/p/17969507