Skip to content

Instantly share code, notes, and snippets.

@javaduke
Created March 6, 2014 22:13
Show Gist options
  • Save javaduke/9400871 to your computer and use it in GitHub Desktop.
Save javaduke/9400871 to your computer and use it in GitHub Desktop.
<context:property-placeholder properties-ref="MuleMeetZuul"/>
<spring:beans>
<zuul:properties id="MuleMeetZuul" config="AcmeProperties" host="localhost" port="8080"
context="/zuul-web-1.5" environment="#{environment['env_name']}">
<zuul:file-store/>
<zuul:pbe-decryptor password="#{environment['mule.password']}" algorithm="PBEWITHSHA256AND128BITAES-CBC-BC"/>
</zuul:properties>
</spring:beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment