feat: 新增嵌入式分布式调度底座
- 提供通用调度 API、Quartz JDBC Provider 与独立 Starter - 补充 MySQL、PostgreSQL、H2 建表脚本与接入校验 - 同步完善 Federation 与 Scheduler 模块说明
This commit is contained in:
22
pom.xml
22
pom.xml
@@ -32,6 +32,7 @@
|
||||
<module>easy-agents-agui</module>
|
||||
<module>easy-agents-flow</module>
|
||||
<module>easy-agents-federation-sql</module>
|
||||
<module>easy-agents-scheduler</module>
|
||||
<module>easy-agents-support</module>
|
||||
</modules>
|
||||
|
||||
@@ -52,6 +53,7 @@
|
||||
<commons-compress.version>1.28.0</commons-compress.version>
|
||||
<calcite.version>1.42.0</calcite.version>
|
||||
<h2.version>2.3.232</h2.version>
|
||||
<quartz.version>2.5.2</quartz.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -144,6 +146,11 @@
|
||||
<version>${h2.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.quartz-scheduler</groupId>
|
||||
<artifactId>quartz</artifactId>
|
||||
<version>${quartz.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--easy-agents dependency management-->
|
||||
<dependency>
|
||||
@@ -230,8 +237,23 @@
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.easyagents</groupId>
|
||||
<artifactId>easy-agents-scheduler-core</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.easyagents</groupId>
|
||||
<artifactId>easy-agents-scheduler-quartz</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.easyagents</groupId>
|
||||
<artifactId>easy-agents-scheduler-spring-boot-starter</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!--image model start-->
|
||||
|
||||
Reference in New Issue
Block a user