SpringBoot學習記錄----如何啓動時執行任務(CommandLineRunner和ApplicationRunner)

SpringBoot提供了CommandLineRunner和ApplicationRunner接口,讓咱們能夠在啓動項目時自動運行某些特定代碼。例如一些數據的初始化,或者提早獲取一些第三方接口的token。這兩個接口都須要實現run方法,並以相同的方式工做。這個run方法在SpringApplication.run()完成以前調用。java 一、準備工做 首先,建立一個maven項目,如何建立m
相關文章
相關標籤/搜索