Skip to content

Commit de5c417

Browse files
authored
Update architecture.md
1 parent 870f057 commit de5c417

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/architecture.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
## Services
66
| Official Name | Directory Name | Application Name | Host | Port |
77
|---|---|---|---|---|
8-
| Accounting Service | ftgo-accounting-service | ftgo-accounting-service | localhost | 8081 |
9-
| Consumer Service | ftgo-consumer-service | ftgo-consumer-service | localhost | 8082 |
10-
| Delivery Service | ftgo-delivery-service | ftgo-delivery-service | localhost | 8083 |
11-
| Kitchen Service | ftgo-kitchen-service | ftgo-kitchen-service | localhost | 8084 |
12-
| Order History Service | ftgo-order-history-service | ftgo-order-history-service | localhost | 8085 |
13-
| Order Service | ftgo-order-service | ftgo-order-service | localhost | 8086 |
8+
| [Accounting Service](services/accounting_service.md) | ftgo-accounting-service | ftgo-accounting-service | localhost | 8081 |
9+
| [Consumer Service](services/consumer_service.md) | ftgo-consumer-service | ftgo-consumer-service | localhost | 8082 |
10+
| [Delivery Service](services/delivery_service.md) | ftgo-delivery-service | ftgo-delivery-service | localhost | 8083 |
11+
| [Kitchen Service(services/kitchen_service.md) | ftgo-kitchen-service | ftgo-kitchen-service | localhost | 8084 |
12+
| [Order History Service](services/order_history_service.md) | ftgo-order-history-service | ftgo-order-history-service | localhost | 8085 |
13+
| [Order Service](services/order_service.md) | ftgo-order-service | ftgo-order-service | localhost | 8086 |
1414
| [Restaurant Service](services/restaurant_service.md) | ftgo-restaurant-service | ftgo-restaurant-service | localhost | 8087 |
1515

1616
## API Gateway
1717
| Official Name | Directory Name | Application Name | Host | Port |
1818
|---|---|---|---|---|
19-
| API Gateway | ftgo-api-gateway | ftgo-api-gateway | localhost | 8080 |
19+
| [API Gateway](services/api_gateway.md) | ftgo-api-gateway | ftgo-api-gateway | localhost | 8080 |
2020

2121
## CDC Service
2222
| Official Name | Directory Name | Application Name | Host | Port |
2323
|---|---|---|---|---|
24-
| Eventuate CDC Service | eventuate-cdc-service | eventuate-cdc-service | localhost | 8090 |
24+
| [Eventuate CDC Service](services/eventuate_cdc_service.md) | eventuate-cdc-service | eventuate-cdc-service | localhost | 8090 |
2525

2626
## Message Queue
2727
| Application | Host | Port | Version |

0 commit comments

Comments
 (0)