It is convenient that Spring Boot autoconfiguration supports creating a RestClient.Builder. However, it is not clear how to best use the RestClient.Builder when testing. Failed to load ...
This is a Spring Boot application that demonstrates the use of an interceptor to allow RestClient to be used for making Oauth2 calls. It is related to this issue ...