What is Spring Boot ? Search Results WGettingFeatured snippet from the web Spring Boot is an open source Java-based framework used to create a micro Service. It is developed by Pivotal Team and is used to build stand-alone and production-ready spring applications. Spring Boot is a lightweight framework that takes most of the work out of configuring Spring -based applications. Spring Boot is basically an extension of the Spring framework which eliminated the boilerplate configurations required for setting up a Spring application, which paved the way for a faster and more efficient development eco-system. Prerequisites 1) Java- Basics 2) Spring -Basics Software requirements 1) Java/JDK (preferred version 8 or above) 2) Spring tool Suite or Eclipse (we will prefer STS in this tutorial). Getting started with SpringBoot.