标签:des style blog color 使用 os io strong
使用注解之前要开启自动扫描功能
其中base-package为需要扫描的包(含子包)。
<context:component-scan base-package="cn.test"/>
<bean id="taskExecutor" class="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor"> <property name="corePoolSize" value="10"/> <property name="maxPoolSize" value="300"/> </bean> <task:annotation-driven/>
标签:des style blog color 使用 os io strong
原文地址:http://www.cnblogs.com/cxyj/p/3906442.html