spring的bug记录

来源:互联网 发布:图片特效软件 编辑:程序博客网 时间:2024/05/27 14:13

开始写csdn博客了,首先从记录bug开始吧

<bean id="httpSolrServer" class="org.apache.solr.client.solrj.impl.HttpSolrServer">        <constructor-arg name="baseURL" value="http://192.168.25.134:8080/solr"></constructor-arg>    </bean>
Unsatisfied dependency expressed through constructor argument with index 0 of type [java.lang.String 

-----------------这个错误是因为构造注入时,属性名写错了 ---URL写错了