Kizspy | Question: 22
(Choose 1 answer)
What is the purpose of the @SpringBootApplication annotation?
A. To define a database entity.
B. To enable Spring MVC functionality.
C. To combine @Configuration, @EnableAutoConfiguration, and @ComponentScan.
D. To define a RESTful endpoint.