Skip to content

Instantly share code, notes, and snippets.

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 calvincodes/a9eeab30766c3ca7d8078e5113b93efe to your computer and use it in GitHub Desktop.
Save calvincodes/a9eeab30766c3ca7d8078e5113b93efe to your computer and use it in GitHub Desktop.
<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