Google News
logo
Java Spring Boot - Interview Questions
What are the advantages of using Spring Boot?
The advantages of Spring Boot are listed below :
 
* Easy to understand and develop spring applications.
* Spring Boot is nothing but an existing framework with the addition of an embedded HTTP server and annotation configuration which makes it easier to understand and faster the process of development.
* Increases productivity and reduces development time.
* Minimum configuration.
* We don’t need to write any XML configuration, only a few annotations are required to do the configuration.
Advertisement