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-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/elasticsearch/RestClientBuilderCustomizer.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,20 +34,27 @@ public interface RestClientBuilderCustomizer {
34
34
35
35
/**
36
36
* Customize the {@link RestClientBuilder}.
37
+
* <p>
38
+
* Possibly overrides customizations made with the {@code "spring.elasticsearch.rest"}
39
+
* configuration properties namespace. For more targeted changes, see
0 commit comments