使用idea 写一个spring-data-solr的小demo时,出现这个错误信息,请大神帮忙一下

Exception in thread "main" org.springframework.data.solr.UncategorizedSolrException: Expected mime type application/octet-stream but got text/html. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">


404 Not found

Not found


The requested URL /solr/update was not found on this server
; nested exception is org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Expected mime type application/octet-stream but got text/html. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

404 Not found

Not found


The requested URL /solr/update was not found on this server

看下这个,似乎和你的类似的情况:https://jira.spring.io/browse/DATASOLR-428