Spring Boot Starters are dependency descriptors that include a set of convenient dependency management for specific functionality.
Common starters:
spring-boot-starter-web: Web applications with REST APIsspring-boot-starter-data-jpa: JPA with Hibernatespring-boot-starter-security: Spring Securityspring-boot-starter-test: Testing framework with JUnit, Mockitospring-boot-starter-actuator: Monitoring and managementspring-boot-starter-data-redis: Redis data accessspring-boot-starter-mail: Email support