问题:
Consider defining a bean of type 'org.springframework.web.client.RestTemplate' in your configuration.
解决:
@Bean
public RestTemplate restTemplate(RestTemplateBuilder builder){
return builder.build();
}
发布者:admin,转转请注明出处:http://www.yc00.com/web/1754465200a5164373.html
评论列表(0条)