Skip to content

Instantly share code, notes, and snippets.

@danielbryantuk
Created July 4, 2013 15:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielbryantuk/5928717 to your computer and use it in GitHub Desktop.
Save danielbryantuk/5928717 to your computer and use it in GitHub Desktop.
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">
<context:property-placeholder location="file:appConfigOverride.properties" order="-1"
ignore-unresolvable="true" ignore-resource-not-found="true" />
<context:property-placeholder location="classpath:appConfig.properties" />
....
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment