Created
June 27, 2017 05:26
-
-
Save calvincodes/a9eeab30766c3ca7d8078e5113b93efe to your computer and use it in GitHub Desktop.
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="customConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> | |
<property name="location" value="file:${catalina.base}/conf/config2.properties"/> | |
<property name="ignoreUnresolvablePlaceholders" value="true"/> | |
<property name="order" value="-2147483648"/> | |
</bean? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment