Posts

Showing posts from July, 2021

What is Spring Boot?

Image
Hi, I’m Kishen Deemud. In this article, I will give you an introduction about Spring Boot. The spring team decided they wanted to provide developers with some utilities which relatively automate the configuration procedures and speeds up the process of building and deploying spring applications, so they invented spring boot. Spring boot is a utility project which aims to make it easy to build spring-based, production-ready applications and services with minimum fuss. it provides the shortest way to get a spring web application up and running with the smallest line of code/configuration out-of-the-box. Spring Boot Features There are a bunch of features specific to spring boot, but three of my favourites are dependency management, auto-configuration, and embedded servlet containers. 1. Easy Dependency Management In order to speed up the dependency management process, spring boot implicitly packages the required compatible third-party dependencies for each type of spring application and e