怎么没有人搭理啊?
help……

解决方案 »

  1.   

    好象是应该加上这个配置
     6     <bean id="propertyConfigurer" 
              class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
     7         <property name="locations">
     8             <list>
     9                 <value>/WEB-INF/jdbc.properties</value>
    10             </list>
    11         </property>
    12     </bean>试试