Commit cc361c9d70baf055f1caf96cda561028e778ea40
1 parent
a0e2d7e919
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml
View file @
cc361c9
... | ... | @@ -197,8 +197,8 @@ |
197 | 197 | <!-- 配置一个触发器 每天0点执行 --> |
198 | 198 | <bean id="babyBuildClassifyTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean"> |
199 | 199 | <property name="jobDetail" ref="babyBuildClassifyTimerWork"></property> |
200 | -<!-- <property name="cronExpression" value="0 0 0 * * ?"></property>--> | |
201 | - <property name="cronExpression" value="*/5 * * * * ?"></property><!--测试用每5秒执行--> | |
200 | + <property name="cronExpression" value="0 0 0 * * ?"></property> | |
201 | +<!-- <property name="cronExpression" value="*/5 * * * * ?"></property><!–测试用每5秒执行–>--> | |
202 | 202 | </bean> |
203 | 203 | |
204 | 204 | <!-- 配置一个触发器 --> |