工业级运维app手机api
fengxiang
2017-10-25 50c176345e6799c5dd860e67d5677b98c37ef8c7
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,9 @@
        <property name="queueCapacity" value="1000000"/>
    </bean>-->
    <import resource="database.xml"/>
    <import resource="rabbitmq.xml"/>
    <import resource="quartz.xml"/>
    <!--
     <import resource="quartz.xml"/>
     -->
</beans>