Please take a look at it for me. Is the architecture we use distributed? Please help me explain it in detail.

1. Each of our projects is an API, for example: members order a project, a project pays a project, and so on. Calls between
2.API are managed through Kong using the http communication protocol
3.API.
4. The front-end project is called through the interface.
5. Each project is deployed on a different server
6. The project has springboot+mysql+myibatis

Mar.12,2021

what does it mean that each project is deployed on a different server? That is to say, different projects have separate servers, so where does it come from?


if member API order API can be deployed on multiple servers, providing a certain degree of balance and redundancy, then it is considered; if only one can be deployed separately, then there will be no use

.
Menu