Authored by zhengyouwei

add

... ... @@ -20,8 +20,6 @@
<context:component-scan base-package="com.monitor" />
<!-- 打开aop 注解 -->
<aop:aspectj-autoproxy proxy-target-class="true"/>
<!-- 支持异步方法执行 -->
<task:annotation-driven />
<!-- Enables the Spring Task @Scheduled programming model -->
<task:executor id="executor" pool-size="50"/>
... ...