-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ismail Hossain Raju edited this page Sep 30, 2018
·
7 revisions
Welcome to the microservicesEurekaRibbon wiki!
Test:
- http://localhost:8100/currency-converter-feign/from/EUR/to/INR/quantity/1000 (with load balance)
- http://localhost:8100/currency-converter/from/EUR/to/INR/quantity/1000 (without load balance)
Reference:
Docker Spring boot Reference:
> ##DOCKER IMAGE CREATE COMMAND
> ==============================
> $ docker build -f Dockerfile -t <image name> .
> $ docker images [to check if your images is built or not]
> $ docker run -p 8085:8085 <image name> [first one is service port, second one is internal port]
zipkinServer: Docker run -d -p 9411:9411 openzipkin/zipkin
Reference: https://howtodoinjava.com/spring-cloud/spring-cloud-zipkin-sleuth-tutorial/