目录

chen 的个人博客

VX:ZzzChChen
Phone:13403656751
Email:zxydczzs@gmail.com

存档: 2022 年 03 月 (1)

分布式任务调度平台XXL-JOB

一、下载源码 GitHub 地址:https://github.com/xuxueli/xxl-job/releases gitee 地址:http://gitee.com/xuxueli0323/xxl-job/releases 文档地址:https://www.xuxueli.com/xxl-job/ 二、初始化“调度数据库” 三、运行 xxl-job-admin 先修改 properties 文件中的数据库密码,改成自己的。 运行 四、打开管理后台 网址输入 http://localhost:8080/xxl-job-admin/ 五、创建执行器 六、创建任务 七、项目中使用 pom.xml 添加依赖 1 <!-- https://mvnrepository.com/artifact/com.xuxueli/xxl-job-core --> 2 <dependency> 3 <groupId>com.xuxueli</groupId> 4 <artifactId>xxl-job-core</ar....