Skip to content

Instantly share code, notes, and snippets.

@rkettelerij
Created December 12, 2011 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkettelerij/1466100 to your computer and use it in GitHub Desktop.
Save rkettelerij/1466100 to your computer and use it in GitHub Desktop.
<bean class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">
<property name="targetClass" value="java.lang.System"/>
<property name="targetMethod" value="setProperty"/>
<property name="arguments">
<list>
<value>logsDir</value>
<value>${logs.dir}</value>
</list>
</property>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment