From 5c00919d90875e439cbfd723d672ab0ee9913611 Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Tue, 25 Oct 2016 23:07:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=A7=E6=9C=BA=E5=8F=B7=20=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/spring/applicationContext-quartz.xml | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml diff --git a/platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml b/platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml new file mode 100644 index 0000000..0c2f9ab --- /dev/null +++ b/platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 1.8.3.1