问题:
spring.data.elasticsearch.cluster-name=docker-cluster
spring.data.elasticsearch.cluster-nodes=192.168.1.203:9300
在使用ElasticSearch 6版本时,有提示
Deprecated: The transport client support is deprecated
这时候需要配置的是:
spring.elasticsearch.rest.uris=http://xxx.xx.xx.xx:9200
#以下看个人需求配置
spring.elasticsearch.rest.connection-timeout=
spring.elasticsearch.rest.username=
spring.elasticsearch.rest.password=
spring.elasticsearch.rest.read-timeout=
查看ElasticsearchDataConfiguration自动配置类
import org.springframework.web.reactive