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.

  • Provide the easiest way to configure the java beans.
  • Provide a powerful batch processing and MANAGE rest endpoints.
  • Provide auto-configuration mechanism, that means no manual configuration NEEDED
  • Provide annotation-based configuration, so no need to configure the xml file manually.
  • Ease the dependency management.
  • It includes the Embedded SERVLET container.  

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.



Discussion

No Comment Found