File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments