hehe 你再仔细看看 代码!?呵呵 
明白了吧!

解决方案 »

  1.   

    把你的bean.xml文件帖出来!
      

  2.   

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING/DTD BEAN/EN" "http://www.springframework.org/dtd/spring-beans.dtd">
    <beans>
      <bean id="helloBean" class="spring.HelloBean">
        <property name="helloWord">
          <value>Hello!Justin!</value>
        </property>
      </bean>
    </beans>