xxljob-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.yingzhuo</groupId> <artifactId>xxljob-spring-boot-starter</artifactId> <version>3.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.yingzhuo</groupId> <artifactId>xxljob-spring-boot-starter</artifactId> <version>3.0.0</version> <name>xxljob-spring-boot-starter</name> <description>spring-boot starter for xxl-job</description> <url>https://github.com/yingzhuo/xxljob-spring-boot-starter</url> <inceptionYear>2025</inceptionYear> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>yingzhuo</id> <name>应卓</name> <email>yingzhor@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:yingzhuo/xxljob-spring-boot-starter.git</connection> <developerConnection>scm:git:git@github.com:yingzhuo/xxljob-spring-boot-starter.git</developerConnection> <url>git@github.com:yingzhuo/xxljob-spring-boot-starter.git</url> </scm> <dependencies> <dependency> <groupId>com.xuxueli</groupId> <artifactId>xxl-job-core</artifactId> <version>3.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.16</version> <scope>runtime</scope> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>3.4.3</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> </project>