elasticsearch-cn / elasticsearch-definitive-guide

欢迎加QQ群:109764489,贡献力量!
https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html
Other
4.75k stars 1.54k forks source link

Spring boot 2.0集成Elasticsearch #577

Open MingHub0313 opened 5 years ago

MingHub0313 commented 5 years ago

使用继承ElasticsearchRepository 连接 外网的elasticsearch连不上报org.elasticsearch.client.transport.NoNodeAvailableException

funnyx6 commented 3 years ago

使用继承ElasticsearchRepository 连接 外网的elasticsearch连不上报org.elasticsearch.client.transport.NoNodeAvailableException

你应该使用的是Spring Data Elasticsearch,可以去Springboot官方文档查阅对应的Elasticsearch的版本。