From 62a2c2cff2978dfcfe2fc4ef3e4c1e2a89835dbf Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei@blit.7drlb.com> Date: Thu, 26 Oct 2017 10:11:30 +0800 Subject: [PATCH] 区域全部平均值接口 --- src/main/resources/application.xml | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application.xml b/src/main/resources/application.xml index 4eca950..fb6c70f 100644 --- a/src/main/resources/application.xml +++ b/src/main/resources/application.xml @@ -37,8 +37,6 @@ <property name="suffix" value=".jsp" /> </bean> - - <!-- <!– ��������� –> <bean id="taskExecutor" class="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor"> @@ -48,9 +46,9 @@ <property name="queueCapacity" value="1000000"/> </bean>--> - <import resource="database.xml"/> <import resource="rabbitmq.xml"/> - <import resource="quartz.xml"/> - + <!-- + <import resource="quartz.xml"/> + --> </beans> \ No newline at end of file -- Gitblit v1.8.0