Micro-service is a software development technology, which advocates dividing a single application into a group of small services, which coordinates and cooperates with each other to provide ultimate value for users.
微服务是一种软件开发技术,它主张将单个应用程序划分为一组小服务,相互协调合作,为用户提供终极价值。微
The micro-service (architecture )has many important benefits.
微服务架构有许多重要的好处。
First,it solves the problem of business complexity. lt decomposes the original huge single application into a group of services.Although the total amount of functions remains the same, the application has been decomposed into manageable services.
首先,它解决了业务复杂性的问题。它将原来庞大的单个应用程序分解为一组服务尽管功能的总数保持不变,但应用程序已被分解为可管理的服务。
The development speed of a single service is much faster, and it is easier to understand and(maintain ).
单个服务的开发速度要快得多,而且更容易理解和维护
Second, this architecture allows each se