<bean > <constructor-arg name="sqlSessionFactory" ref="sqlSessionFactory" />
//配置此项10000条简单插入性能提高4-5倍 <constructor-arg name="executorType" value="BATCH"></constructor-arg> </bean>
<bean > <constructor-arg name="sqlSessionFactory" ref="sqlSessionFactory" />
//配置此项10000条简单插入性能提高4-5倍 <constructor-arg name="executorType" value="BATCH"></constructor-arg> </bean>
相关文章: