原文: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