Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 775 Bytes

note.md

File metadata and controls

9 lines (8 loc) · 775 Bytes

why spring boot

microservices architecture
spring boot web application includes:
refer to spring boot feature

  • It's built on top of the Spring Framework and simplifies its setup and usage.
  • It provides a simpler approach to start Spring projects by auto-configuring the setup based on the included dependencies.
  • It comes with embedded servers like Tomcat, Jetty, or Undertow, so you don't need to deploy your applications onto separate servers.
  • It provides production-ready features like health checks, metrics, etc., through Spring Boot Actuator.