Browse Source

fix:quartz 定时任务失效问题(仅 postgresql)

YunaiV 9 months ago
parent
commit
ff129c2ed2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pom.xml

+ 1 - 0
pom.xml

@@ -58,6 +58,7 @@
             </dependency>
 
             <!-- 强制指定quartz版本 -->
+            <!-- TODO @芋艿:临时兼容 spring boot 3.x 的 quartz 引入版本过低的问题,后续要调整下 -->
             <dependency>
                 <groupId>org.quartz-scheduler</groupId>
                 <artifactId>quartz</artifactId>