ElasticSearch整合SpringBoot的API操作

  在我們熟悉了 es 的基本rest 的操作之後,我們將使用SpringBoot進行整合,進一步熟悉Java API的相關操作。 1.創建一個標準的Springboot項目,引入Boot相關依賴之後,還需要導入依賴(與es服務端版本需要保持一致): <dependency> <groupId>org.elasticsearch.client</groupId> <artifact
相關文章
相關標籤/搜索