Spring Boot与Elasticsearch 7框架整合
发布时间
阅读量:
阅读量
版本说明
Spring Boot 2.3.0.RELEASE 版本
ElasticSearch 7.6.2 版本

集成
项目源码github路径:https://github.com/fenfangchen/spring-elastic7
- 添加maven依赖包,并对配置文件application.yml进行相应调整
加载所需jar包,*注:当所使用springboot版本低于2.3.0时,应选择与之兼容的6.x版本的elastic相关依赖包
<!-- Elasticsearch -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
</depend
全部评论 (0)
还没有任何评论哟~
