mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-01 09:42:11 +00:00
parent
9854c01ccb
commit
1aabb42355
@ -148,7 +148,7 @@ httpHeaders.add("some-header", "on every request") <.>
|
|||||||
|
|
||||||
ClientConfiguration clientConfiguration = ClientConfiguration.builder()
|
ClientConfiguration clientConfiguration = ClientConfiguration.builder()
|
||||||
.connectedTo("localhost:9200", "localhost:9291") <.>
|
.connectedTo("localhost:9200", "localhost:9291") <.>
|
||||||
.useSsl() <.>
|
.usingSsl() <.>
|
||||||
.withProxy("localhost:8888") <.>
|
.withProxy("localhost:8888") <.>
|
||||||
.withPathPrefix("ela") <.>
|
.withPathPrefix("ela") <.>
|
||||||
.withConnectTimeout(Duration.ofSeconds(5)) <.>
|
.withConnectTimeout(Duration.ofSeconds(5)) <.>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user