+1 vote
in Spring Framework Database Integration by
Spring Boot Microservices are loosly coupled, independent, constrained and abstracted.

Select the correct answer from below options:

a) True

b) False

1 Answer

0 votes
by
Answer- True

Microservices is an architectural style which structures and application as a collection of loosely coupled, independently maintainable, testable and deployable services which are organized around business capabilities.
...