Created
December 21, 2012 09:41
-
-
Save wolfg1969/4351778 to your computer and use it in GitHub Desktop.
using commons-configuration with spring 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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