|
|
|
@ -68,7 +68,10 @@
|
|
|
|
|
<task:scheduler id="taskScheduler" pool-size="10" />
|
|
|
|
|
<task:executor id="taskExecutor" pool-size="5" />
|
|
|
|
|
<task:annotation-driven scheduler="taskScheduler" executor="taskExecutor" />
|
|
|
|
|
|
|
|
|
|
<context:component-scan annotation-config="true" base-package="org.mitre" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- load everything except controllers (those get handled elsewhere) -->
|
|
|
|
|
<context:component-scan annotation-config="true" base-package="org.mitre">
|
|
|
|
|
<context:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller" />
|
|
|
|
|
</context:component-scan>
|
|
|
|
|
|
|
|
|
|
</beans>
|
|
|
|
|