IDEA 报错 Could not autowire. No beans of ''RestTemplate" type found.

红线的报错内容:

Could not autowire. No beans of ‘RestTemplate’ type found. more… (Ctrl+F1)

如图:
IDEA 报错 Could not autowire. No beans of ''RestTemplate" type found.
解决方法:在 Intellij Idea中设置一下:

Settings - Editor - Inspections - Spring - Spring Core - Code - Autowiring for Bean Class - disable(idea2017是把√去掉)
IDEA 报错 Could not autowire. No beans of ''RestTemplate" type found.