摘要: 先来看我们以前利用RestTemplate发起远程调用的代码: String url = "http://localhost:8081/user/" + order.getUserId(); String url = "http://user-service/user/" + order.getUs 阅读全文
posted @ 2021-11-01 14:38 iucbjb 阅读(501) 评论(0) 推荐(0)