Showing
1 changed file
with
0 additions
and
2 deletions
@@ -20,8 +20,6 @@ | @@ -20,8 +20,6 @@ | ||
20 | <context:component-scan base-package="com.monitor" /> | 20 | <context:component-scan base-package="com.monitor" /> |
21 | <!-- 打开aop 注解 --> | 21 | <!-- 打开aop 注解 --> |
22 | <aop:aspectj-autoproxy proxy-target-class="true"/> | 22 | <aop:aspectj-autoproxy proxy-target-class="true"/> |
23 | - <!-- 支持异步方法执行 --> | ||
24 | - <task:annotation-driven /> | ||
25 | 23 | ||
26 | <!-- Enables the Spring Task @Scheduled programming model --> | 24 | <!-- Enables the Spring Task @Scheduled programming model --> |
27 | <task:executor id="executor" pool-size="50"/> | 25 | <task:executor id="executor" pool-size="50"/> |
-
Please register or login to post a comment