Skip to content

Commit 5442981

Browse files
committed
11: Improve the readme.md
1 parent 3ed3b7c commit 5442981

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

readme.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Spring boot microservice example [![Build Status](https://travis-ci.com/subhashlamba/spring-microservices.svg?branch=master)](https://travis-ci.com/subhashlamba/spring-microservices)
22

3-
This is example of spring boot microservice example with Eureka Server + Eureka Client + Spring Cloud API Gateway + OAuth2.0 + Circuit breaker
3+
Spring boot microservice example with Eureka Server + Eureka Client + Spring Cloud API Gateway + OAuth2.0 + Circuit Breaker + Resilience4J + FeignClient + RestTemplate
44

55
- **Eureka Server** : Eureka service registry
66
- **Spring Cloud API Gateway**: API Gateway which is responsible to route the request to specific microservice
@@ -54,12 +54,13 @@ START "Authentication Service" java -jar spring-boot-cloud-authentication-servic
5454

5555
## Step 2: Check Eureka Server
5656

57-
Eureka server is running 8761 port, Now let's open it. Where we can check that:
57+
Eureka server is running 8761 port, Now let's open it. Where we can check following instances are running:
5858

59-
* 1 instance of API Gateway service is running.
60-
* 1 instance of User service is running.
61-
* 1 instance of Order service is running.
62-
* 1 instance of Authentication service is running.
59+
* 1 instance of API Gateway service
60+
* 1 instance of User service
61+
* 1 instance of Order service
62+
* 1 instance of Authentication service
63+
* 1 instance of Notification service
6364

6465

6566
### Eureka server : [http://localhost:8761/](http://localhost:8761/)

0 commit comments

Comments
 (0)