InterviewSolution
Saved Bookmarks
| 1. |
Why do we encourage to use the spring boot over the other framework? |
|
Answer» Spring boot provides good compatibility with other spring frameworks which is used to provide the SECURITY, persistency features. Spring boot provides good support with docker containerization, which makes it a good choice to deploy the microservice based application and easy to maintain.
Spring boot comes with spring cloud framework, which has many libraries which are used to HANDLE all types of nonfunctional requirement, which is usually not available in other frameworks. |
|