Skip to content

Commit 3971d26

Browse files
author
Phillip Webb
committed
Merge pull request spring-projects#1082 from emalock3/patch-1
* patch-1: Fix typo in reference docs appendix
2 parents 143e191 + 6ba1304 commit 3971d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ content into your application; rather pick only the properties that you need.
201201
202202
# ELASTICSEARCH ({sc-spring-boot-autoconfigure}/elasticsearch/ElasticsearchProperties.{sc-ext}[ElasticsearchProperties}])
203203
spring.data.elasticsearch.cluster-name= # The cluster name (defaults to elasticsearch)
204-
spring.data.elasticsearch.cluster-node= # The address(es) of the server node (comma-separated; if not specified starts a client node)
204+
spring.data.elasticsearch.cluster-nodes= # The address(es) of the server node (comma-separated; if not specified starts a client node)
205205
spring.data.elasticsearch.local=true # if local mode should be used with client nodes
206206
spring.data.elasticsearch.repositories.enabled=true # if spring data repository support is enabled
207207

0 commit comments

Comments
 (0)