单项选择题

Spring Boot应用的启动入口是@SpringBootApplication注解标注类中的()。

A.请求处理方法
B.测试类
C.main()方法
D.请求处理控制类