Category: Spring MVC

Defining a proxy in Spring RestTemplate

By default, RestTemplate don’t use a proxy to make the http calls and if you work in an environment that requires one, you will encounter the following exception :

This tutorial will show two...

More