Is there a way to set the bean property in the Spring configuration file as a string file read from the properties file?
eg.
<bean id="...." class="...."> <property name="loginURL">GET_THIS_VALUE_FROM_'ENV.PROPERTIES'_FILE</property> </bean>
source share