「Spring」@Asyncの使い方
Javaコード
<bean id="taskExecutor" class="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor">
<property name="corePoolSize" value="10″/>
<property name="maxPoolSize" value="300″/>
</bean>
<task:annotation-driven/>
Coding Changes the World
Javaコード
<bean id="taskExecutor" class="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor">
<property name="corePoolSize" value="10″/>
<property name="maxPoolSize" value="300″/>
</bean>
<task:annotation-driven/>