springboot 整合elasticsearch 出现如下错误

Invalid receiver type interface org.apache.http.Header; not a subtype of implementation type interf
解决办法是:
elasticsearch 配置文件中HttpHost包导入错误。
解决办法:
中心导包

org.apache.httpcomponents
httpclient
4.5.10

相关文章: