You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/client/RestTemplateBuilder.java
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,8 @@ public RestTemplateBuilder rootUri(String rootUri) {
167
167
/**
168
168
* Set the {@link HttpMessageConverter HttpMessageConverters} that should be used with
169
169
* the {@link RestTemplate}. Setting this value will replace any previously configured
170
-
* converters.
170
+
* converters and any converters configured on the builder will replace RestTemplate's
0 commit comments