I have a web service running on my dev box implemented using Spring-MVC 3.0. I have various JUnits that test against that service using RestTemplate. What I would like to do
Sadly, this was really easy.
Properties props = System.getProperties(); props.put("http.proxyHost", "localhost"); props.put("http.proxyPort", "9080");