1 / 9

What is Spring Boot and Why Spring Boot ?

In this PPT you are going to know What is Spring Boot and Why Spring Boot.<br><br>https://nareshit.com/spring-online-training/

Télécharger la présentation

What is Spring Boot and Why 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 Spring Boot and Why Spring Boot ?

  2. What is Spring Boot? Spring Boot is a way by which you can bootstrap or quickly create any Spring application.

  3. Here is the official definition of Spring Boot. Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can “just run”.

  4. Spring Boot helps you create any Spring application in no time. It provides default configurations which help you to avoid a lot of boilerplate code which is painful to maintain.

  5. Why Spring Boot? Let’s say you want to create Spring MVC Hibernate MySQL project.When you are working on this project, you might be confused with a lot of dependencies it requires.You might get confused with versions too.You need to configure DataSource, EntitymanagerFactory, TransactionManager etc beans. Wouldn’t it be good if Spring can do it for us automatically?

  6. yes, You guess it right. Spring Boot will take care of all above configuration which is painful to do when you want to create Spring application real quick. I have also created Spring boot Hibernate MySQL project.When you compare code between above two examples, you will get to know how amazingly Spring Boot has reduced almost half of the code.

  7. Spring Boot will take care of all above configuration which is painful to do when you want to create Spring application real quick.

  8. As I said before, Spring boot provides a lot of default configuration, hence Spring Boot will help you in creating Spring applications faster. Spring boot provides a lot of starter projects to help you create a different type of Spring application.Once you go through examples, you will understand more about starter projects.

  9. Meet The Experts : https://nareshit.com/spring-online-training/

More Related