From 44bfab8ff28cbeb54686f9398699615324ca879b Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Mon, 20 Nov 2017 12:49:05 +0800 Subject: [PATCH] test --- src/main/resources/spring/quartz.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/spring/quartz.xml b/src/main/resources/spring/quartz.xml index 68585b3..54f86ab 100644 --- a/src/main/resources/spring/quartz.xml +++ b/src/main/resources/spring/quartz.xml @@ -78,7 +78,7 @@ <bean id="stateJobsimpleTrigger" class="org.springframework.scheduling.quartz.CronTriggerFactoryBean"> <property name="jobDetail" ref="stateJob"></property> - <property name="cronExpression" value="0/10 * * * * ?"></property> + <property name="cronExpression" value="0/15 * * * * ?"></property> </bean> <!-- ���������������������Spring��������� --> -- Gitblit v1.8.0