Q1. What are the core annotations used in a Spring Boot applications? A1. Annotations are used to configure & customize a Spring boot application. @SpringBootApplication This is a core class level annotation that marks the main class of a Spring Boot application, … Read more ›...