SpringBoot整合Elastic 7.5.1集群 环境版本 Springboot:1.5.16Elastic 7.5.1 elastic 7.5.1整合 一 、maven jar包管理, 整合es jar包,使用elasticsearch-rest-high-level-client工具包操作es集群 二、新增es相关配置 集群节点列表以英文逗号分割 新建ElasticsearchProperties属性配置类,获取配置文件es相关属性 三、Elastic初始化, 自动注入RestHighLevelClient工具 RestHighLevelClient使用 创建es索引插入数据到es