1、对接海葵云、EP接口

This commit is contained in:
2025-12-22 10:14:25 +08:00
parent bf26f136c0
commit d830d5dc98
27 changed files with 1011 additions and 4 deletions

View File

@@ -100,6 +100,20 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.5.0</version>
</dependency>
<!-- Spring整合Quartz如果是Spring/SpringBoot项目 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>6.1.14</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>