1 / 7

What are the Features of Spring Boot?

In this PPT yOu are going to know about the Features of Spring Boot.<br><br>https://nareshit.com/spring-online-training/

Télécharger la présentation

What are the Features of 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 are the Features of Spring Boot?

  2. Auto-Configuration - • No need to manually configure dispatcher servlet, static resource mappings, property source loader, message converters etc.

  3. Dependency Management - • The different versions of commonly used libraries are pre-selected and grouped in different starter POMs that we can include in your project. By selecting one Spring Boot version we are implicitly selecting dozens of dependencies that we would have to otherwise select and harmonize our self. Example-

  4. Advanced Externalized Configuration - • There is a large list of bean properties that can be configured through application . properties file without touching java or xml config.

  5. Production support- • We get health checking, application and jvm metrics, jmx via http and a few more things for free.

  6. Runnable Jars - • We can package your application as a runnable jar with embedded tomcatincluded so it presents a self-contained deployment unit.

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

More Related