nkanchas / microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microservices

Technologies

Java 8, Spring Netflix Eureka, Zuul, Ribbon

Setup

Clone all 3 projects.

Step 1: Start Eureka server
Step 2: Start Zuul
Step 3: Start countries service
Step 4: Modify countries-service change port and start new instance (2 instances will be registered with Eureka)

Eureka Server url
http://localhost:8761/

Zuul Server url
http://localhost:9000/
http://localhost:9000/actuator
http://localhost:9000/actuator/info
http://localhost:9000/actuator/health

How to test

Hit Country Service url using Zuul
http://localhost:9000/countries-service

About


Languages

Language:Java 100.0%