Spring Boot Flashcards
(5 cards)
1
Q
What is Spring Boot and how is it different from the traditional Spring Framework?
A
2
Q
What is the purpose of @SpringBootApplication? What annotations does it encapsulate?
A
3
Q
What is an Embedded Servlet Container and how does Spring Boot use it?
A
4
Q
What are profiles in Spring Boot? How do you manage environment-specific configurations using @Profile and application-{profile}.properties?
A
5
Q
How does Spring Boot achieve auto-configuration? Explain the mechanism behind it.
A