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
@@ -154,7 +154,8 @@ public RestTemplateBuilder rootUri(String rootUri) {
154
154
/**
155
155
* Set the {@link HttpMessageConverter HttpMessageConverters} that should be used with
156
156
* the {@link RestTemplate}. Setting this value will replace any previously configured
157
-
* converters.
157
+
* converters and any converters configured on the builder will replace RestTemplate's
0 commit comments