Commit ccd6e30eac29c6fa3f23f133a4f0fbdd7e9d6fe4

Authored by liquanyu
1 parent efcced2407

同步

Showing 1 changed file with 1 additions and 1 deletions

platform-job-index/src/main/resources/spring/applicationContext-quartz.xml View file @ ccd6e30
... ... @@ -22,7 +22,7 @@
22 22 <!-- 配置一个触发器 -->
23 23 <bean id="startWorkTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean">
24 24 <property name="jobDetail" ref="startWorkTask"></property>
25   - <property name="cronExpression" value="0 0/4 0 * * ?"></property>
  25 + <property name="cronExpression" value="0 0/4 * * * ?"></property>
26 26 </bean>
27 27  
28 28 <!-- 总调度,用于启动定时器 -->