Spring Cloud微服務之間的調用方式

就目前而言的話,微服務的之間的調用方式有兩種:java 第一種:Ribbon + restTemplateapp public String consumer() { return restTemplate.getForObject("http://eureka-client/dc", String.class); } 第二種:Fegin微服務 @FeignClient(value = "e
相關文章
相關標籤/搜索