I am trying to populate java.util.Properties from properties file, but I do not know how. I am trying to do something like this:
<bean id="ttt" class="com.foo.bar">
<property name="properties">
<props>
<value>classpath:test.properties</value>
</props>
</property>
</bean>


Reply With Quote