mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-07-06 18:52:11 +00:00
Documentation fix.
Original Pull Request #1663 Closes #1662 (cherry picked from commit 1aabb42355e07f9d6e65a2a0d02569b3a0f01a2d)
This commit is contained in:
parent
3105e609d2
commit
007114ffb7
@ -153,7 +153,7 @@ ClientConfiguration clientConfiguration = ClientConfiguration.builder()
|
||||
.connectedTo("localhost:9200", "localhost:9291") <2>
|
||||
.withConnectTimeout(Duration.ofSeconds(5)) <3>
|
||||
.withSocketTimeout(Duration.ofSeconds(3)) <4>
|
||||
.useSsl() <5>
|
||||
.usingSsl() <5>
|
||||
.withDefaultHeaders(defaultHeaders) <6>
|
||||
.withBasicAuth(username, password) <7>
|
||||
. // ... other options
|
||||
|
Loading…
x
Reference in New Issue
Block a user