多项选择题
A.你在Spring Boot 应用程序中只能有一个CommandLineRunner 或一个ApplicationRunner
B.如果你需要ApplicationArgumentsiString 而不是原始数组你应该实现ApplicationRunner 而不是CommandLineRunner
C.不能将依赖项bean 注入CommandLineRunner 或ApplicationRunner 中
D.需要将CommandLineRunner 或ApplicationRunner 创建为一个bean