SpringCloud 應用之間的通訊

有2種方式:html 1.經過  restTemlate方式spring 直接restTemplate對象。將url寫死便可。 RestTemplate restTemplate = new RestTemplate(); String response = restTemplate.getForObject("http://localhost:8080/msg", String.class);
相關文章
相關標籤/搜索