DEV Community

Victor Daodu
Victor Daodu

Posted on

What is Spring Boot

Many tech tutors have in their best explained what Spring Boot is. Having read their articles, I have come up with a clear view of what spring boot is all about. This article will benefit both newbies and intermediate developers who want to venture deep into this beautiful spring module.
Spring Boot is a project built on a spring framework that eliminates the boilerplate configurations required for setting up a Spring application.
Spring Boot is the combination of Spring Framework and Embedded Servers.
XML configuration is not required (deployment descriptor). Its ability to use convention over configuration software design patterns decreases the workload on the developer.
Developers can use Spring STS IDE or Spring Initializr to develop Spring Boot Java applications.

Top comments (0)