springboot CommandLineRunner實現啓動加載執行任務

有時候springboot項目須要啓動是加載數據或執行任務,須要實現CommandLineRunnerspring @Component public class MyCommandLineRunner implements CommandLineRunner {springboot @Override public void run(String... args) throws Exceptio
相關文章
相關標籤/搜索