CommandLineRunner类似Spring框架的ApplicationListener监听器。官方的解释是: Interface used to indicate that a bean should run when it is contained within a SpringApplication. Multiple CommandLineRunner beans can be defined within the same application context and can be ordered using the Ordered interface ...