From ac1bfc42c8c61f2aa908dcc181c9be4eb11f1893 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Fri, 9 Dec 2016 17:02:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/spring/applicationContext-quartz.xml | 26 ++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/platform-data-api/src/main/resources/spring/applicationContext-quartz.xml b/platform-data-api/src/main/resources/spring/applicationContext-quartz.xml index 97312bb..eb935ae 100644 --- a/platform-data-api/src/main/resources/spring/applicationContext-quartz.xml +++ b/platform-data-api/src/main/resources/spring/applicationContext-quartz.xml @@ -9,8 +9,8 @@ http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache-3.1.xsd http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.0.xsd"> - - + + @@ -25,12 +25,30 @@ - + - + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 1.8.3.1