Spring Boot
Spring Boot is a framework: a big box of ready-made building blocks for Java. Instead of writing every part of a web server yourself, Spring Boot gives you the plumbing (starting the server, handling web requests, talking to databases) so you can focus on what your app actually does. Huge companies like Netflix use it to run thousands of services behind the scenes.
First released
2014 (built on Spring, from 2002)
Created by
The Spring team at Pivotal
Fun fact
"Boot" is short for bootstrapping: it starts a whole web server for you
Where you'll see it
Web servers & APIsOnline banking backendsNetflix behind the scenesBig business systems