Skip to content

How To Use

matthew hawthorne edited this page Jun 9, 2013 · 9 revisions

zuul-core and zuul-simple-webapp

zuul-simple-webapp is an example web application that shows a few simple use cases of zuul-core.

The best way to understand it is to load it into your environment, run it, modify it, then run it again to notice the changes.

On a Mac or unix-like environment, cd into the zuul-simple-webapp directory and run this command:

gradle jettyRun -Dzuul.script.root='pwd'/src/main/filters

zuul-netflix

zuul-netflix-webapp

Clone this wiki locally