This commit is contained in:
YunaiV
2025-12-07 10:38:30 +08:00
10 changed files with 250 additions and 150 deletions

View File

@@ -57,6 +57,14 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- 强制指定quartz版本 -->
<!-- TODO @芋艿:临时兼容 spring boot 3.x 的 quartz 引入版本过低的问题,后续要调整下 -->
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.5.2</version>
</dependency>
</dependencies>
</dependencyManagement>