2020年1月17日
摘要: /**步骤:创建工程,导入相应的包 》配置文件 》创建实体类对象 》创建接口 》测试增删改查的方法 **/ //步骤:创建工程,导入相应的包 <dependencies> <dependency> <groupId>org.elasticsearch</groupId> <artifactId>el 阅读全文
posted @ 2020-01-17 17:53 小猪_佩奇 阅读(1696) 评论(0) 推荐(0) 编辑
摘要: package com.hope.es;import org.elasticsearch.action.search.SearchResponse;import org.elasticsearch.client.transport.TransportClient;import org.elastic 阅读全文
posted @ 2020-01-17 15:27 小猪_佩奇 阅读(1273) 评论(0) 推荐(0) 编辑