數據添加異步解析刷新大數據量redis (——)(二) SpringBoot之CommandLineRunner接口和ApplicationRunner接口

在spring boot應用中,咱們能夠在程序啓動以前執行任何任務。爲了達到這個目的,咱們須要使用CommandLineRunner或ApplicationRunner接口建立bean,spring boot會自動監測到它們。這兩個接口都有一個run()方法,在實現接口時須要覆蓋該方法,並使用@Component註解使其成爲bean。CommandLineRunner和ApplicationRun
相關文章
相關標籤/搜索