1.调度中心
运行调度中心admin模块
2.集成到项目
- 依赖
<!-- 定时任务调度器xxl-job -->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
<version>2.3.0</version>
</dependency>
- 将springboot执行器项目复制到项目里即可
运行调度中心admin模块
<!-- 定时任务调度器xxl-job -->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
<version>2.3.0</version>
</dependency>