点击标题进入项目,运行:
1.安装并运行Elastic Server 6.8.3:
docker run -d -p 9200:9200 -p 9300:9300 -e <font>"discovery.type=single-node"</font><font> elasticsearch:6.8.3 </font>
2.打开浏览器并点击localhost:9300
3. 现在使用以下命令运行Spring Boot应用程序
mvn spring-boot:run
4. 应用程序成功启动后,在Google Chrome中打开Elastic插件(Elasticsearch Chrome扩展程序)。应该能够看到我们的数据存储在弹性服务器中.
5. 现在打开一个REST Client或CURL。我正在使用postman。并将一些数据添加到索引。
相关项目:使用Elasticsearch的Rest高级抽象客户端 https://github.com/Nasruddin/spring-elasticsearch-rest-high-level-client