From f010effc15d322a952dac1fc3653e5533c0b4a18 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Wed, 25 Oct 2017 11:36:57 +0800
Subject: [PATCH] 配置文件排版

---
 src/main/resources/application.xml |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/application.xml b/src/main/resources/application.xml
index 4eca950..8905828 100644
--- a/src/main/resources/application.xml
+++ b/src/main/resources/application.xml
@@ -37,8 +37,6 @@
         <property name="suffix" value=".jsp" />
     </bean>
 
-
-
     <!--
     &lt;!&ndash; ��������� &ndash;&gt;
     <bean id="taskExecutor" class="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor">
@@ -48,9 +46,7 @@
         <property name="queueCapacity" value="1000000"/>
     </bean>-->
 
-
     <import resource="database.xml"/>
     <import resource="rabbitmq.xml"/>
     <import resource="quartz.xml"/>
-
 </beans>
\ No newline at end of file

--
Gitblit v1.8.0