1 / 6

What is difference between spring MVC and spring boot?

In this PPT you are going to know about the difference between spring MVC and spring boot.<br><br>https://nareshit.com/spring-online-training/

Download Presentation

What is difference between spring MVC and spring boot?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What is difference between spring MVC and spring boot?

  2. Spring MVC and Spring Boot • Spring MVC and Spring Boot are exist for the different purpose. So, it is not wise to compare each other as the contenders.

  3. What is Spring Boot? • Spring Boot is a framework for packaging the spring application with sensible defaults. What does this mean?. You are developing a web application using Spring MVC, Spring Data, Hibernate and Tomcat. How do you package and deploy this application to your web server. As of now, we have to manually write the configurations, XML files, etc. for deploying to web server.

  4. Spring Boot • Spring Boot does that for you with Zero XML configuration in your project. Believe me, you don't need deployment descriptor, web server, etc. Spring Boot is magical framework that bundles all the dependencies for you. Finally your web application will be a standalone JAR file with embeded servers. • If you are still confused how this works, please read about microservice framework development using spring boot.

  5. What is Spring MVC? • It is a traditional web application framework that helps you to build web applications. It is similar to Struts framework.

  6. Meet The Experts For Better Guidence: • https://nareshit.com/spring-online-training/

More Related