Spring Boot Interview Questions – 1
Q1. What is the use of @SpringBootApplication? It’s a convenience annotation that combines: Q2. What is the purpose of the application.properties or application.yml file? Q3. How do you enable or disable specific auto-configurations in Spring Boot? Q4. What are @Qualifier and @Primary used for? Q5. What is an Actuator in…