启动出现如下错误:
Description:
Field restTemplate in com.neutech.controller.UserController required a bean of type 'org.springframework.web.client.RestTemplate' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
解决方式:在启动类中将restTemplate注入到spring ioc容器中