Certification/Spring(2V0-72.22, SCP)

What are the advantages of using Spring Boot?

엘호리스 2021. 11. 8. 00:05

What are the advantages of using Spring Boot?


Features

  • Create stand-alone Spring applications
  • Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files)
  • Provide opinionated 'starter' dependencies to simplify your build configuration
  • Automatically configure Spring and 3rd party libraries whenever possible
  • Provide production-ready features such as metrics, health checks, and externalized configuration
  • Absolutely no code generation and no requirement for XML configuration

Advantages of a Spring Boot application

  • Fast and easy development of Spring-based applications
  • No need for the deployment of war files
  • The ability to create standalone applications
  • Helping to directly embed Tomcat, Jetty, or Undertow into an application
  • No need for XML configuration
  • Reduced amounts of source code
  • Additional out-of-the-box functionality
  • Easy start
  • Simple setup and management
  • Large community and many training programs to facilitate the familiarization period