Hi there, it seems that the PropertyPlaceholderConfigurer can't reload the file properties because I still getting the key instead of getting the value of key
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"
id="propertiesConfigurer" >
<property name="location">
<value>classpath*:config.properties</value>
</property>
</bean>
--
Cordialement
Mohamed

