From 99e6e7bfdd683302c4a9833970eeaf2797090ca4 Mon Sep 17 00:00:00 2001 From: Calvin Date: Mon, 3 Sep 2012 14:36:24 +0800 Subject: [PATCH] fix wrong cron expression --- .../schedule/applicationContext-spring-scheduler.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/showcase/src/main/resources/schedule/applicationContext-spring-scheduler.xml b/examples/showcase/src/main/resources/schedule/applicationContext-spring-scheduler.xml index 268ab3c4..18b1bb81 100644 --- a/examples/showcase/src/main/resources/schedule/applicationContext-spring-scheduler.xml +++ b/examples/showcase/src/main/resources/schedule/applicationContext-spring-scheduler.xml @@ -14,12 +14,12 @@ - + - + \ No newline at end of file -- GitLab