Spring Boot Flashcards

(5 cards)

1
Q

What is Spring Boot and how is it different from the traditional Spring Framework?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the purpose of @SpringBootApplication? What annotations does it encapsulate?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an Embedded Servlet Container and how does Spring Boot use it?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are profiles in Spring Boot? How do you manage environment-specific configurations using @Profile and application-{profile}.properties?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does Spring Boot achieve auto-configuration? Explain the mechanism behind it.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly