Tuesday, January 8, 2019

Spring Boot Components?


Spring Boot Framework has the following components:
  1. Spring Boot Starter
  2. Spring Boot AutoConfigurator
  3. Spring Boot Actuator
  4. Spring Boot CLI
  5. Spring Boot Initilizr

No comments:

Post a Comment

What is Spring Boot Starter?

Spring Boot Starters are just JAR Files. They are used by Spring Boot Framework to provide “Auto-Dependency Resolution”. What is Spring...