資源簡介
spring-boot 2.0.2.RELEASE,將定時任務配置在數據庫,啟動項目的時候,用mybatis讀取數據庫,實例化對象,并設定定時任務。如果需要新增,減少,修改定時任務,僅需要修改數據庫資料,并重啟項目即可,無需改代碼。含數據庫建表語句和示范,運行application啟動定時任務,測試類示范查看,修改定時任務。
代碼片段和文件信息
package?com.example;
//import?com.example.util.MyEnvironmentAware;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.boot.builder.SpringApplicationBuilder;
import?org.springframework.context.annotation.ComponentScan;
import?org.springframework.scheduling.annotation.EnableScheduling;
import?javax.annotation.Resource;
@EnableScheduling
@SpringBootApplication
@ComponentScan(“com.example.*“)
public?class?Application?{
????public?static?void?main(String[]?args)?{
????????SpringApplication.run(Application.class?args);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????861??2018-07-27?09:41??SpringBoot-ScheduledTask-With-Databa
?????文件????????172??2018-07-27?09:41??SpringBoot-ScheduledTask-With-Databa
?????文件????????568??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????547??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????493??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????633??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????514??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????546??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????700??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????503??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????611??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????455??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????574??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????536??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????578??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????556??2018-07-27?13:17??SpringBoot-ScheduledTask-With-Databa
?????文件????????573??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????608??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????535??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????532??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????553??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????542??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????500??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????549??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????730??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????688??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????508??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????537??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????534??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
?????文件????????506??2018-07-27?10:30??SpringBoot-ScheduledTask-With-Databa
............此處省略64個文件信息
- 上一篇:微機實驗8255A控制交通燈
- 下一篇:基于人工神經網絡的區域物流需求預測及實證研究
評論
共有 條評論