Spring-boot2.0.1.BUILD-SNAPSHOT整合Elasticsearch报failed to load elasticsearch nodes错误解决办法

Posted Mr.Yanphet

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring-boot2.0.1.BUILD-SNAPSHOT整合Elasticsearch报failed to load elasticsearch nodes错误解决办法相关的知识,希望对你有一定的参考价值。

 

spring-boot整合es的application.properties的默认配置为:

 

spring.data.elasticsearch.cluster-nodes=localhost:9200

 

将端口号改成9300即可解决failed to load elasticsearch nodes错误

 

拓展:如果es的安装版本为2.x,那么spring-boot对应的版本要大于1.4.0.RC1版本!【结果来源于stackoverflow

以上是关于Spring-boot2.0.1.BUILD-SNAPSHOT整合Elasticsearch报failed to load elasticsearch nodes错误解决办法的主要内容,如果未能解决你的问题,请参考以下文章

Spring-boot01

spring-boot:我可以修复 spring-boot 2 中的下一个错误吗?

使用 spring-boot:run 时是不是可以使用 spring-boot 命令行属性?

第二个spring-boot程序

spring-boot 源码解析spring-boot 依赖管理

Spring-boot通过向导快速创建Spring-boot项目