Skip to content

Commit ad01078

Browse files
committed
11: Improve the readme.md
1 parent 7525f42 commit ad01078

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

readme.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,22 @@ This is example of spring boot microservice example with Eureka Server + Eureka
55
- **Eureka Server** : Eureka service registry
66
- **Spring Cloud API Gateway**: API Gateway which is responsible to route the request to specific microservice
77
- **Spring OAuth2.0**: Authentication service and responsible to secure the end points.
8-
- **User Service**: User microservice with a basic feature (Eureka client)
9-
- Supports circuit breaker at the time of calling order service
8+
- Generate OAuth token
9+
- Validate the OAuth token
10+
- **User Service**: User microservice with a basic feature
11+
- Eureka Client
12+
- OAuth2.0 Client
13+
- Supports RestTemplate Client
14+
- Supports Resilience4J circuit breaker
15+
- Use of Resilience4J circuit breaker with RestTemplate
1016
- **Order Service**: Order microservice with a basic feature (Eureka client)
11-
17+
- Eureka Client
18+
- OAuth2.0 Client
19+
- Supports FeignClient Client
20+
- Supports Resilience4J circuit breaker
21+
- Use of Resilience4J circuit breaker with FeignClient
22+
- **Notification Service**: Notification microservice with basic feature
23+
1224
## Checkout repository
1325

1426

0 commit comments

Comments
 (0)