Spring Boot
January 2, 2024 |
permanent
- tags
- , Java, Spring Framework
Framework #
Built on top of Spring Framework to make REST API development faster, ref.
microservices based makes it easier to built API services.
Most widely used for API development.
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