XXL-Job的自动配置
xxl-job-spring-boot-autoconfig | ||
xxl-job-spring-boot-starter | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
XXL-JOB Spring Boot Starter
Quick Start
pom.xml:
<dependency>
<groupId>com.simaek</groupId>
<artifactId>xxl-job-spring-boot-starter</artifactId>
<version>2.3.1</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