I have a SpringBoot app. with this config file:
@Configuration public class ApplicationConfig { @Bean public RestTemplate restTemplate() { Re