Skip to content

Instantly share code, notes, and snippets.

@javaduke
Created March 6, 2014 22:09
Show Gist options
  • Save javaduke/9400813 to your computer and use it in GitHub Desktop.
Save javaduke/9400813 to your computer and use it in GitHub Desktop.
<mule xmlns:context="http://www.springframework.org/schema/context"
xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:spring="http://www.springframework.org/schema/beans" version="EE-3.4.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:zuul="http://www.devnull.org/schema/zuul-spring-client"
xsi:schemaLocation="
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-current.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-current.xsd
http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.devnull.org/schema/zuul-spring-client http://www.devnull.org/schema/zuul-spring-client.xsd">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment