From c3e285c9b9e162006da2446e3bed116e4546e8af Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Sun, 29 Oct 2017 16:32:25 +0800
Subject: [PATCH] 代码更新
---
src/main/resources/application.xml | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/main/resources/application.xml b/src/main/resources/application.xml
index 4eca950..0439a87 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,10 @@
<property name="queueCapacity" value="1000000"/>
</bean>-->
-
+ <import resource="redis.xml"/>
<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