SpringBoot notes

between Spring and Spring Boot :

The Spring Framework provides multiple features that make the development of web applications easier. These features include dependency injection, data binding, aspect-oriented programming, data access, and many more.

while Spring is unopinionated(due to growing more in complexity and amount of configurations), Spring Boot takes an opinionated view (combination of Auto Configuration and Starter Projects) of the platform and libraries, letting us get started quickly.


Here are two of the most important benefits Spring Boot brings in:

  • Auto-configure applications based on the artifacts it finds on the classpath
  • Provide non-functional features common to applications in production, such as security or health checks

No comments:

Post a Comment

JAVA NOTES

  click here  👉  Interview  Preparation : complete notes sql queries notes ============================================================ Con...