What is SpringBoot and its Features and challenges

  • Spring based framework used for Rapid Application Development for REST APIs
  • It has auto-configuration which makes things more easy
  • Embeded Tomcat suppoort

Features :

  • Main Features
    • Autoconfiguration
    • Starter packages
    • Embeded server
    • Spring Actuators
    • In-memory DB
    • Security
    • Logging

Leave a Comment