DEV Community

Vijay SRJ
Vijay SRJ

Posted on

How to pass URL and query parameters in Spring REST template?

Using exchange() method of Spring REST template you can easily pass both URL and query parameters at the same time .

Here is how to do it:

https://fullstackdeveloper.guru/2020/10/20/how-to-pass-url-and-query-parameters-in-spring-rest-client/

Latest comments (0)