Elasticsearch基础之:springboot整合elasticsearch

2022-01-19 00:00:00 索引 查询 对象 接口 希望

1、springboot 集成elasticsearch

1.1、pom文件引入

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-></artifactId>
</dependency>

相关文章