RestTemplate Http请求
RestTemplate 用法详解_Lzc的博客-CSDN博客_resttemplate是一个发送http请求的工具使用方法:1、application中注册对象2、注入@Autowiredprivate RestTemplate restTemplate;3、public Order queryOrderById(Long orderId) { // 1.查询订单 Order order = orderMapper.findById