Created
June 9, 2015 10:35
-
-
Save ruseel/31b8483d4f73e8bff1f8 to your computer and use it in GitHub Desktop.
PropertyPlaceholderConfigurer
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="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