Back to course

Introduction to Spring Boot Starters

Spring Boot 0 to Hero: The Complete Java Backend Masterclass

Simplifying Dependencies

Starters are a set of convenient dependency descriptors. For example, spring-boot-starter-web includes everything needed to build a web app (Tomcat, Jackson, Spring MVC).