Skip to content

Commit 0f97d6d

Browse files
committed
update readme image
1 parent d94df9d commit 0f97d6d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
# Hystrix Dashboard, Swagger2 with [secure-spring-boot-microservice](https://github.com/ahsumon85/secure-spring-boot-microservice)
1+
# AceD Token - microservices
2+
23

34
## Overview
45

5-
### The architecture is composed by five services:
6+
![MicroService Structure](https://github.com/stdOWL/aced-microservices/blob/d94df9d7a0ee7dfb4c8949f9bfd48d8d39524c72/AceD-service-structure.png?raw=true)
67

7-
* [`micro-api-getway`](https://github.com/ahsumon85/advance-spring-boot-microservice#api-gateway-service): API Gateway created by **Zuul** that is internally uses Ribbon **Load Balancer** and also can monitor Hystrix stream from every API request by **Hystrix**
88

9-
* [`micro-eureka-server`](https://github.com/ahsumon85/advance-spring-boot-microservice#eureka-service): Service **Registry Server** created by Eureka with **Load Balancer** for inter-service communication
9+
### The architecture is composed by five services:
1010

11-
* [`micro-auth-service`](https://github.com/ahsumon85/advance-spring-boot-microservice#authorization-service): Simple REST service created with `Spring Boot, Spring Cloud Oauth2, Spring Data JPA, MySQL` to use as an **authorization service**
11+
* [`api-getway`](https://github.com/ahsumon85/advance-spring-boot-microservice#api-gateway-service): API Gateway created by **Zuul** that is internally uses Ribbon **Load Balancer** and also can monitor Hystrix stream from every API request by **Hystrix**
1212

13-
* [`micro-item-service`](https://github.com/ahsumon85/advance-spring-boot-microservice#item-service---resource-service): Simple REST service created with `Spring Boot, Spring Data JPA, MySQL and swagger to test api` to use as a **resource service**
13+
* [`eureka-server`](https://github.com/ahsumon85/advance-spring-boot-microservice#eureka-service): Service **Registry Server** created by Eureka with **Load Balancer** for inter-service communication
14+
15+
* [`auth-service`](https://github.com/ahsumon85/advance-spring-boot-microservice#authorization-service): Simple REST service created with `Spring Boot, Spring Cloud Oauth2, Spring Data JPA, MySQL` to use as an **authorization service**
1416

15-
* [`micro-sales-service`](https://github.com/ahsumon85/advance-spring-boot-microservice#sales-service--resource-service): Simple REST service created with `Spring Boot, Spring Data JPA, MySQL and swagger to test api` to use as a **resource service**
1617

1718
`Follow the link to see docker deployment with docker,docker-compose` [`dockerized-spring-boot-microservice`](https://github.com/ahsumon85/dockerized-spring-boot-microservice)
1819

@@ -432,8 +433,6 @@ public class SecurityConfiguration extends WebSecurityConfigurerAdapter {
432433

433434
![Screenshot from 2020-12-07 15-22-21](https://user-images.githubusercontent.com/31319842/101333238-93c4c080-38a0-11eb-8f06-02c29558a31b.png)
434435

435-
### Oauth2 login UI
436-
<img src="https://user-images.githubusercontent.com/31319842/101333236-932c2a00-38a0-11eb-8bdb-bde71fa98a7f.png" alt="Screenshot from 2020-12-07 15-22-53" style="height:%" />
437436

438437

439438

0 commit comments

Comments
 (0)