Skip to content

Instantly share code, notes, and snippets.

@rhoegg
Created October 17, 2013 13:09
Show Gist options
  • Save rhoegg/7024591 to your computer and use it in GitHub Desktop.
Save rhoegg/7024591 to your computer and use it in GitHub Desktop.
externalized configuration
<context:property-placeholder
location="classpath:myapp-config.properties,classpath:myapp-config-${MULE_ENV}.properties,file:/opt/mule/conf/${MULE_ENV}/myapp-config.properties"
ignore-resource-not-found="true"
ignore-unresolvable="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment