Registry / other / xxl-job-core

xxl-job-core

JSON →
library3.4.0javamavenunverified

Core library for the XXL-JOB distributed task scheduling framework, providing job execution and scheduling capabilities.

<dependency> <groupId>com.xuxueli</groupId> <artifactId>xxl-job-core</artifactId> <version>3.4.0</version> </dependency>
INSTALL
IMPORT
SIG · XXL-JOB-CORE
X
xxl-job-core
otherjavav3.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XxlJobExecutor
com.xxl.job.core.executor.XxlJobExecutor

Starts the XXL-JOB executor.

import com.xxl.job.core.executor.XxlJobExecutor; public class Example { public static void main(String[] args) { XxlJobExecutor executor = new XxlJobExecutor(); executor.start(); } }
Debug
Known issues
gotchaRequires a running XXL-JOB admin server for job registration.
fix
Configure admin addresses via XxlJobSpringExecutor.setAdminAddresses() or properties.
affects: all
Upgrade
Version history
3.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
Resources
xxl-job-core — mvn dependency:get xxl-job-core · libregistry