Skip to content
Advertisement

Spring Cloud Version in a microservies system

In a spring microservices, do i need to use spring cloud version be the same in all my project (Example version 2020.2 with 2020.3 or older hoxon) ?

Advertisement

Answer

No, a microservice is independend.

Microservices – also known as the microservice architecture – is an architectural style that structures an application as a collection of services that are

  1. Highly maintainable and testable Loosely coupled
  2. Independently deployable
  3. Organized around business capabilities.
  4. Owned by a small team
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement