Spring Boot does not provide auto-configured RestTemplate bean
Background
This started off when my colleague asked me why, when defined with our own RestTemplate Bean, there is no need to use @Qualifier to injecting the bean into the class.
Imagine the following code
@Configuration
public class WebConfig {
@...
bwgjoseph.com3 min read