Advantages of SpringBoot

Posted on Updated on

Advantages of SpringBoot:

  • No need of creating boilerplate configuration
  • Plenty of SpringBoot Starter to quickly get up and running
  • DevTools to autorestart server on code/config updates
  • Embedded Tomcat/Jetty/Undertow support
  • Easier customization of application properties
  • Easy management of profile specific properties
  • Easier dependency management using platform-bom

Leave a comment