Spring Boot is an opinionated layer on top of Spring that auto-configures beans, embeds servers (Tomcat/Jetty), and provides starter dependencies. Spring Framework alone requires manual XML/Java config for dispatchers, data sources, and component scanning.
Likely follow-up
When would you still choose plain Spring over Boot?