-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Building Eureka Client and Server
James Mulcahy edited this page Aug 25, 2020
·
12 revisions
- Git version 1.7.11.3 or higher
-
Install the latest git package.
-
Get the Eureka source from github
git clone https://github.com/Netflix/eureka.git
-
Now, build the Eureka Server by executing the following in the directory where you pulled your sources.
cd eureka ./gradlew clean build
-
You can find the following artifacts
- Eureka Server WAR archive (./eureka-server/build/libs/eureka-server-XXX.war )
- Eureka Client (./eureka-client/build/libs/eureka-client-XXX.jar )
- Dependencies (./eureka-server/testlibs/) (If you do not want to use maven to download dependencies you can use these archives)
- Eureka at a glance
- Configuring Eureka
- Building Eureka Client and Server
- Running the Demo Application
- Deploying-Eureka-Servers-in-EC2
- Understanding Eureka Client/Server Communication
- Server Self Preservation Mode
- Eureka REST operations
- Understanding Eureka Peer to Peer communication
- Overriding Default Configurations
- FAQ