<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
<value>classpath*:config/*.properties</value>
</list>
</property>
</bean>这段Spring的PropertyPlaceholderConfigurer的配置的value里面的路径是什么?看不懂
classpath*:config/*.properties