What are the features of the spring boot?

devquora
devquora

Posted On: Feb 22, 2018

 

The following are some of the features of the spring boot:

  • Auto Configuration
  • The auto-configuration helps to set up your application which is mainly depended on the surrounding environment.
  • Standalone
  • Standalone is one of the best features in the spring boot. In this you don’t need to deploy your application to a web server. Your primary task is to just click on the button or give out the run command and it will start running.
  • Opinionated
  • This type of framework chooses how to things for itself.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Microservices Interview Questions

    What is Microservices architecture?

    The Microservices architecture is a type of structure where the applications are mainly built in the collections of the very small services than the one whole app...

    Microservices Interview Questions

    What are the components of the microservices architecture?

    The following are the main components of the microservices architecture:..

    Microservices Interview Questions

    What are the types of tools that are used in the microservices?

    There are three types of tools that are used in the microservices. They are:..