From 6ba13049070779520d324feebc1978fa3f697b47 Mon Sep 17 00:00:00 2001 From: Shinobu Aoki Date: Thu, 12 Jun 2014 12:34:53 +0900 Subject: [PATCH] Fix typo in reference docs appendix Fixes gh-1082 --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 617407d94b..d03cef9b3d 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -201,7 +201,7 @@ content into your application; rather pick only the properties that you need. # ELASTICSEARCH ({sc-spring-boot-autoconfigure}/elasticsearch/ElasticsearchProperties.{sc-ext}[ElasticsearchProperties}]) spring.data.elasticsearch.cluster-name= # The cluster name (defaults to elasticsearch) - spring.data.elasticsearch.cluster-node= # The address(es) of the server node (comma-separated; if not specified starts a client node) + spring.data.elasticsearch.cluster-nodes= # The address(es) of the server node (comma-separated; if not specified starts a client node) spring.data.elasticsearch.local=true # if local mode should be used with client nodes spring.data.elasticsearch.repositories.enabled=true # if spring data repository support is enabled