solr## 标题 springboot solr 集成报错
启动时报错信息: Factory method ‘solrHealthContributor’ threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/solr/client/solrj/impl/BaseHttpSolrClient$RemoteSolrException
解决的:HttpSolrClient.Builder(BASE_URL) 设置baseURL时无法访问到远程服务器导致。修改baseURL即可