1.

What are the features of Spring Boot?

Answer»
  • Spring Boot CLI – This allows you to Groovy / Maven for writing Spring boot application and avoids boilerplate code.
  • Starter Dependency – With the help of this feature, Spring Boot aggregates common dependencies together and EVENTUALLY improves PRODUCTIVITY and reduces the burden on
  • Spring INITIALIZER – This is a web application that helps a developer in creating an INTERNAL project structure. The developer does not have to manually set up the structure of the project while making use of this feature.
  • Auto-Configuration – This helps in loading the default configurations according to the project you are working on. In this way, unnecessary WAR files can be avoided.
  • Spring Actuator – Spring boot uses actuator to provide “Management EndPoints” which helps the developer in going through the Application Internals, Metrics etc.
  • Logging and Security – This ENSURES that all the applications made using Spring Boot are properly secured without any hassle.


Discussion

No Comment Found