beginnerSpring Boot Core
What does @SpringBootApplication do? What 3 annotations does it combine?
Tests whether you know this one annotation is really @Configuration + @EnableAutoConfiguration + @ComponentScan bundled together.
This is a Pro question
Sign in, then upgrade to Pro or Power to unlock this question and the full Interview Prep bank.
What does @SpringBootApplication do? What 3 annotations does it combine?