Difference between Spring and Spring Boot

In short

  1. Spring Boot reduces the need to write a lot of configuration and boilerplate code.
  2. It has an opinionated view on Spring Platform and third-party libraries so you can get started with minimum effort.
  3. Easy to create standalone applications with embedded Tomcat/Jetty/Undertow.
  4. Provides metrics, health checks, and externalized configuration.

You can read more here http://projects.spring.io/spring-boot/

Leave a Comment

tech