Skip to content

Instantly share code, notes, and snippets.

@wolfg1969
Created December 21, 2012 09:41
Show Gist options
  • Select an option

  • Save wolfg1969/4351778 to your computer and use it in GitHub Desktop.

Select an option

Save wolfg1969/4351778 to your computer and use it in GitHub Desktop.
using commons-configuration with spring 3
<bean id="appConfig" class="org.apache.commons.configuration.PropertiesConfiguration">
<constructor-arg type="java.lang.String">
<value>app-config.properties</value>
</constructor-arg>
<property name="autoSave" value="true" />
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment