找考题网-背景图
单项选择题

在Spring Boot应用中,如果需要在启动时运行一些代码,应该使用哪种方式?()

A.使用@PostConstruct注解在Bean中
B.实现CommandLineRunner接口
C.实现ApplicationRunner接口
D.A和B都可以