SpringCloud 服務之間的調用以及負載均衡

RestTemplate 服務間的調用就是在子模塊間的相互調用; 在auth 模塊中 調用demo中的有關方法; 在demo中創建一個藉口 在auth中,創建一個RestTemplate 對象,調用 getForObject(「http://服務名/路徑」,返回的類型,傳遞參數的類或map) @GetMapping("/yuancheng") public String yuancheng
相關文章
相關標籤/搜索