x

xxl-job-spring-boot-starter

一个用于简化xxl-job配置的spring-boot组件,使用job客户端的http server port就能接收来自xxl-job-admin的调度请求,不需要在job客户端服务器上额外开通xxl-job-core内置的netty服务器的端口就能完成调度,增加开关控制,默认开启。
https://github.com/Weasley-J/xxl-job-spring-boot-parent
GNU GENERAL PUBLIC LICENSE, Version 3
Weasley J
Files download
File Operation
xxl-job-spring-boot-starter-1.0.0.jar download
xxl-job-spring-boot-starter-1.0.0.pom download
xxl-job-spring-boot-starter-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.weasley-j</groupId>
  <artifactId>xxl-job-spring-boot-starter</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.weasley-j:xxl-job-spring-boot-starter:1.0.0'
Gradle Kotlin
implementation("io.github.weasley-j:xxl-job-spring-boot-starter:1.0.0")
Scala SBT
libraryDependencies += "io.github.weasley-j" % "xxl-job-spring-boot-starter" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.weasley-j', module='xxl-job-spring-boot-starter', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.weasley-j" name="xxl-job-spring-boot-starter" rev="1.0.0" />
Leiningen
[io.github.weasley-j/xxl-job-spring-boot-starter "1.0.0"]
Apache Buildr
'io.github.weasley-j:xxl-job-spring-boot-starter:jar:1.0.0'