Skip to main content

Posts

Showing posts with the label Spring Boot Starter

Spring Boot Interview questions

What Is Spring Boot? Spring Boot Framework is Spring Boot Starter, Spring Boot AutoConfigurator , Spring Boot Actuator, Embedded HTTP Servers and Groovy. Spring Boot makes it easy to create stand-alone, production-grade Spring based applications that you can just run. Spring Boot Framework is Spring Boot CLI. What are the features of Spring Boot? The features of Spring Boot as following - 1.       Dependency Management 2.       Starter dependency 3.       Auto-Configuration and Advanced Externalized Configuration 4.       Spring Initializer 5.       Spring Actuator 6.       Spring CLI 7.       Runnable Jars What are the advantages of spring boot application? 1.       Perfect tool for building cloud microservices 2.       Easy t...