close
add @Component, 確保會在啟動時以spring component載入
implements ApplicationListener, 在class要套用listener
複寫onApplicationEvent, 讓該步驟於啟動時載入
@Override
public void onApplicationEvent(ContextRefreshedEvent event) {
....
}
全站熱搜
留言列表