「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/>

Java

Posted by arkgame