public interface CommandLineRunner
SpringApplication
. Multiple CommandLineRunner
beans can be defined
within the same application context and can be ordered using the Ordered
interface or @Order
annotation.Copyright © 2013. All rights reserved.