There is no append some query string logic in RestTemplate it basically replace variable like {foo} by their value:
http://www.sample.com?foo={foo}
becomes:
http://www.sample.com?foo=2
if foo is 2.
There is no append some query string logic in RestTemplate it basically replace variable like {foo} by their value:
http://www.sample.com?foo={foo}
becomes:
http://www.sample.com?foo=2
if foo is 2.