Prepare Interview

Exams Attended

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Difference between Spring MVC and Spring Boot

Spring MVC
Spring Boot
Spring MVC is a model-view-controller based web framework under the Spring framework.Spring Boot is a module of Spring for packaging the Spring-based application with sensible defaults.
It provides ready to use features for building a web application.It provides default configurations to build Spring-powered framework.
It requires build configuration manually.There is no need to build configuration manually.
A Deployment descriptor is required.There is no requirement for a deployment descriptor.
It specifies each dependency separately.It avoids boilerplate code and wraps dependencies together in a single unit.
It takes more time to achieve the same.It reduces development time and increases productivity.

Related differences

Spring vs Spring BootNodeJS vs Spring BootSpring MVC vs Spring Boot
Is it helpful? Yes No

Get differences from below

©2023 WithoutBook