Overview of Spring Boot Starter 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 applications. Spring Boot Starter is a set of convenient dependency descriptors which can be included in any level of application. It helps to simplify the configuration and bootstrapping process o..