How do we implement basic authentication in spring RestClient without RestTemplate in spring builder.
Spring 3.2.0 has RestClient with similar implementation of RestTemplate .how can basic authentication be implemented
How do we implement basic authentication in spring RestClient without RestTemplate in spring builder.
Spring 3.2.0 has RestClient with similar implementation of RestTemplate .how can basic authentication be implemented