-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Getting Started 2.0
Carl Mastrangelo edited this page Jan 24, 2020
·
7 revisions
Binaries and dependency information for Maven, Ivy, Gradle and others can be found at http://search.maven.org.
Example for Maven:
<dependency>
<groupId>com.netflix.zuul</groupId>
<artifactId>zuul-core</artifactId>
<version>2.1.5</version>
</dependency>
and for Gradle:
compile "com.netflix.zuul:zuul-core:2.1.5"
To checkout the source and build:
$ git clone [email protected]:Netflix/zuul.git
$ cd zuul/
$ ./gradlew build
To do a clean build:
$ ./gradlew clean build
You can run the sample app with this command:
$ ./gradlew run
A Netflix Original Production
Tech Blog | Twitter @NetflixOSS | Jobs
-
Zuul 2.x
-
Zuul 1.x