Skip to content

Instantly share code, notes, and snippets.

@ruseel
Created June 9, 2015 10:35
Show Gist options
  • Save ruseel/31b8483d4f73e8bff1f8 to your computer and use it in GitHub Desktop.
Save ruseel/31b8483d4f73e8bff1f8 to your computer and use it in GitHub Desktop.
PropertyPlaceholderConfigurer
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="ignoreResourceNotFound" value="true" />
<property name="searchSystemEnvironment" value="true" />
<property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment