Advertisement

Spring Boot与Elasticsearch 7框架整合

阅读量:

版本说明

Spring Boot 2.3.0.RELEASE 版本
ElasticSearch 7.6.2 版本

只有springboot2.3.0及以上版本才试用

集成

项目源码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)

还没有任何评论哟~