MVN

io.github.aresxue.boot : ares-boot-starter-task-adapter

Maven & Gradle

May 12, 2023

任务快速使用,可自动从配置中心获取定时任务服务器信息,提供注解方式进行分布式任务调度,提供任务执行前后的拦截器机制, 基于base集成全链路信息(包括tid)跨线程跨线程池跨进程传递的功能 Task use quickly, can automatically obtain scheduled task server information from the configuration center, and provide annotations for distributed task scheduling. Provide interceptor mechanisms before and after task execution, base - based integration full link information (including tid) across thread, across thread pool and across process transmission function

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-starter-task-adapter</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.aresxue.boot : ares-boot-starter-task-adapter to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.aresxue.boot : ares-boot-starter-task-adapter to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ares-boot-starter-task-adapter-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-starter-task-adapter</artifactId>
    <version>1.0.0</version>
</dependency>