Login
Remember
Register
Ask a Question
Spring Boot Microservices are loosly coupled, independent, constrained and abstracted.
+1
vote
asked
Jan 10, 2022
in
Spring Framework Database Integration
by
rajeshsharma
Spring Boot Microservices are loosly coupled, independent, constrained and abstracted.
Select the correct answer from below options:
a) True
b) False
spring-boot-microservices
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 10, 2022
by
rajeshsharma
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.
...