标签: multithreading spring-data-jpa spring-batch partitioning
我正在使用RepositoryItemReader从我的数据库中读取一组数据。我想从每个页面分区数据,并使用TaskExecutor在各个线程中执行这些分区。关于为实现这一目标需要做些什么,我一无所知。任何指导/意见将不胜感激。
答案 0 :(得分:0)
请按照上述链接https://www.javacodegeeks.com/2013/12/scaling-spring-batch-step-partitioning.html,了解分区