原文:springcloud 項目搭建遇到的問題及解決-Field restTemplate in com.cloud.ribbon_consumer.project.service.xxxService required a bean of type 'org.springframework.web.client.RestTemplate' that could not be found.

原文鏈接:https: blog.csdn.net weixin article details 問題描述: 搭建SpringCloud 架構,配置者服務,啟動該服務時候報出標題中的錯誤,導致程序啟動失敗。 完整的錯誤信息如下: Field restTemplate in com.cloud.ribbon consumer.project.service.xxxService required a ...

2022-02-25 09:20 0 1325 推薦指數:

查看詳情

Spring Cloud ZooKeeper集成Feign的坑1,錯誤:Consider defining a bean of type 'org.springframework.web.client.RestTemplate' in your configuration.

錯誤如下: 解決方法: 說明:可以封裝一個Cinfig類,最主要是紅色部分的RestTemplate,當然,可以直接在別的地方注入紅色部分代碼即可。而且,如果哪個組件上注解了這個方法,其余都可以不用,只是一次注解即可。 解釋說明: 以上的代碼是從官方的例子 ...

Wed Sep 20 18:19:00 CST 2017 1 41339
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM