how to get value from property file in spring xml file code example
Example: how to get value from property file in spring xml file
<context:property-placeholder location="classpath:app.properties" />
<context:property-placeholder location="classpath:app.properties" />