Last Version

spring-boot-micro-job 0.0.3.RELEASE

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

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.hengboy
ArtifactId

ArtifactId

spring-boot-micro-job
Version

Version

0.0.3.RELEASE
Type

Type

pom
Description

Description

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

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/spring-boot-micro-job
Source Code Management

Source Code Management

https://github.com/hengboy/spring-boot-micro-job

Download spring-boot-micro-job 0.0.3.RELEASE


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

Dependencies

compile (1)

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

Project Modules

  • micro-job-samples
  • micro-job-autoconfigure
  • micro-job-dependencies
  • micro-job-starters