Last Version

com.github.hengboy:micro-job-starters 0.0.3.RELEASE

spring-boot-micro-job 是一款分布式任务执行框架 核心组件: 1. 调度中心 2. 注册中心 3. 任务生产者 4. 任务消费者

License

License

GroupId

GroupId

com.github.hengboy
ArtifactId

ArtifactId

micro-job-starters
Version

Version

0.0.3.RELEASE
Type

Type

pom
Description

Description

spring-boot-micro-job 是一款分布式任务执行框架 核心组件: 1. 调度中心 2. 注册中心 3. 任务生产者 4. 任务消费者
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/micro-job-starters

Download micro-job-starters 0.0.3.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.hengboy/micro-job-starters/ -->
<dependency>
    <groupId>com.github.hengboy</groupId>
    <artifactId>micro-job-starters</artifactId>
    <version>0.0.3.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hengboy/micro-job-starters/
implementation 'com.github.hengboy:micro-job-starters:0.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.hengboy/micro-job-starters/
implementation ("com.github.hengboy:micro-job-starters:0.0.3.RELEASE")
'com.github.hengboy:micro-job-starters:pom:0.0.3.RELEASE'
<dependency org="com.github.hengboy" name="micro-job-starters" rev="0.0.3.RELEASE">
  <artifact name="micro-job-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hengboy', module='micro-job-starters', version='0.0.3.RELEASE')
)
libraryDependencies += "com.github.hengboy" % "micro-job-starters" % "0.0.3.RELEASE"
[com.github.hengboy/micro-job-starters "0.0.3.RELEASE"]

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.1.2.RELEASE

Project Modules

  • spring-boot-starter-schedule
  • spring-boot-starter-consumer
  • spring-boot-starter-provider
  • spring-boot-starter-registry-zookeeper
  • spring-boot-starter-registry-consul
  • spring-boot-starter-registry-redis
  • spring-boot-starter-registry-memory
  • spring-boot-starter
  • spring-boot-starter-registry-nacos