# springboot-elasticsearch **Repository Path**: retrofit/springboot-elasticsearch ## Basic Information - **Project Name**: springboot-elasticsearch - **Description**: 使用Springboot链接ElasticSearch ----master配置 cluster.name: mycluster node.name: master node.master: true network.host: 127.0.0.1 ---slave配置 cluster.name: mycluster node.name: slave2 network.host: 127.0.0.1 http.port: 8000 discovery.zen.ping.unicast.hosts: ["127.0.0.1"] - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2017-09-19 - **Last Updated**: 2022-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-elasticsearch 使用Springboot链接ElasticSearch ----master配置 cluster.name: mycluster node.name: master node.master: true network.host: 127.0.0.1 ---slave配置 cluster.name: mycluster node.name: slave2 network.host: 127.0.0.1 http.port: 8000 discovery.zen.ping.unicast.hosts: ["127.0.0.1"]