-
大小: 47KB文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2021-01-03
- 語言: 其他
- 標(biāo)簽: springboot??定時(shí)任務(wù)??mybatis??scheduled??ta??
資源簡介
spring-boot 2.0.2.RELEASE,將定時(shí)任務(wù)配置在數(shù)據(jù)庫,啟動(dòng)項(xiàng)目的時(shí)候,用mybatis讀取數(shù)據(jù)庫,實(shí)例化對象,并設(shè)定定時(shí)任務(wù)。如果需要新增,減少,修改定時(shí)任務(wù),僅需要修改數(shù)據(jù)庫資料,并重啟項(xiàng)目即可,無需改代碼。含數(shù)據(jù)庫建表語句和示范,運(yùn)行application啟動(dòng)定時(shí)任務(wù),測試類示范查看,修改定時(shí)任務(wù)。
代碼片段和文件信息
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);
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????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個(gè)文件信息
評論
共有 條評論