Basic Level Questions
1. What is Spring Boot?
Spring Boot is a framework built on top of the Spring Framework that simplifies the development of production-ready Spring applications by minimizing boilerplate code and configuration.
2. What are the key features of Spring Boot?
Auto-Configuration
Starter Dependencies
Embedded Servers (e.g., Tomcat, Jetty)
Spring Boot Actuator
Command-line Interface (CLI)
Externalized Configuration