| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.github.hengboy |
| Идентификатор | Идентификаторspring-boot-micro-job |
| Версия | Версия0.0.3.RELEASE |
| Тип | Типpom |
| Описание |
Описаниеspring-boot-micro-job
spring-boot-micro-job 是一款分布式任务执行框架
核心组件:
1. 调度中心
2. 注册中心
3. 任务生产者
4. 任务消费者
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-boot-micro-job-0.0.3.RELEASE.pom | 4 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.1.2.RELEASE |