What is the default logging framework in Spring Boot?
Which annotation defines a bean in Spring Boot?
What does @SpringBootApplication include?
Which annotation is used to handle exceptions locally in a controller?
Which command creates a JAR file using Maven?
How do you enable async methods in Spring Boot?
Which annotation is used for cross-origin requests?
Which class customizes Spring Security configuration?
How do you secure endpoints with roles?
Which starter is used for consuming REST APIs reactively?
Which Spring Cloud component provides centralized configuration?
Which tool is used for API Gateway in Spring Cloud?
Which library is used for circuit breakers in Spring Boot microservices?
Which component handles client-side load balancing?
What is Feign used for?