Commit efcced2407e78dfdfbaea3181dfeaf3fe20cf872
1 parent
fe98ae00ce
Exists in
master
and in
6 other branches
同步
Showing 1 changed file with 1 additions and 1 deletions
platform-job-index/src/main/resources/spring/applicationContext-quartz.xml
View file @
efcced2
| ... | ... | @@ -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 1 * * ?"></property> | |
| 25 | + <property name="cronExpression" value="0 0/4 0 * * ?"></property> | |
| 26 | 26 | </bean> | 
| 27 | 27 | |
| 28 | 28 | <!-- 总调度,用于启动定时器 --> |