XXL-Job的自动配置
Go to file
2023-06-26 16:53:56 +08:00
xxl-job-spring-boot-autoconfigure deps: 升级XXL依赖到2.4.0版本 2023-06-26 16:53:56 +08:00
xxl-job-spring-boot-starter deps: 升级XXL依赖到2.4.0版本 2023-06-26 16:53:56 +08:00
.gitignore Initial commit 2022-08-17 11:42:36 +08:00
LICENSE Initial commit 2022-08-17 11:42:36 +08:00
pom.xml deps: 升级XXL依赖到2.4.0版本 2023-06-26 16:53:56 +08:00
README.md deps: 升级XXL依赖到2.4.0版本 2023-06-26 16:53:56 +08:00

XXL-JOB Spring Boot Starter

Quick Start

pom.xml:

<dependency>
    <groupId>com.simaek</groupId>
    <artifactId>xxl-job-spring-boot-starter</artifactId>
    <version>2.4.0</version>
</dependency>

application.yaml:

xxl.job:
  admin:
    addresses: http://10.10.10.1:8080/xxl-job-admin
  executor:
    appname: job-executor
    address: http://10.10.10.2:9999
    ip: 10.10.10.2
    port: 9999
    logpath: logs/jobhandler
    logretentiondays: 30